diff options
author | jessib <jessib@leap.se> | 2013-07-09 10:35:14 -0700 |
---|---|---|
committer | jessib <jessib@leap.se> | 2013-07-09 10:35:14 -0700 |
commit | a40a83cb07d9aba8915cd2c4a25aa76e0cf6760e (patch) | |
tree | a45ed7076a96ddb1601cf9a2e44ae37160f90319 /users/app/views/overviews | |
parent | fc3c5994df61de04b8b17b495a638efc0d760126 (diff) |
Cleanup to show enable/deactivate account functionality in new UI.
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) |