summaryrefslogtreecommitdiff
path: root/users/app/views/overviews/show.html.haml
diff options
context:
space:
mode:
authorjessib <jessib@leap.se>2013-07-09 10:35:14 -0700
committerjessib <jessib@leap.se>2013-07-09 10:35:14 -0700
commita40a83cb07d9aba8915cd2c4a25aa76e0cf6760e (patch)
treea45ed7076a96ddb1601cf9a2e44ae37160f90319 /users/app/views/overviews/show.html.haml
parentfc3c5994df61de04b8b17b495a638efc0d760126 (diff)
Cleanup to show enable/deactivate account functionality in new UI.
Diffstat (limited to 'users/app/views/overviews/show.html.haml')
-rw-r--r--users/app/views/overviews/show.html.haml3
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)