diff options
author | jessib <jessib@leap.se> | 2013-07-11 11:14:43 -0700 |
---|---|---|
committer | jessib <jessib@leap.se> | 2013-07-11 11:14:43 -0700 |
commit | cc83a756affe1cedd6d828f038632b36e8afe95c (patch) | |
tree | bf6d9255ee9709d1504832a61c8918e7ac5cc9bb /users/app/views/overviews | |
parent | 09b7f01cac6df1ae11f4129b20b781b78a3706ac (diff) | |
parent | 02b69c78eed7682c24cb8361da094bdac45a7749 (diff) |
Merge branch 'master' into feature/authentication_generic_error
Diffstat (limited to 'users/app/views/overviews')
-rw-r--r-- | users/app/views/overviews/show.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/app/views/overviews/show.html.haml b/users/app/views/overviews/show.html.haml index b8ad814..898cfa0 100644 --- a/users/app/views/overviews/show.html.haml +++ b/users/app/views/overviews/show.html.haml @@ -9,6 +9,9 @@ %br = t(:updated) = @user.updated_at + %br + = t(:enabled) + = @user.enabled? %p= t(:overview_intro) |