summaryrefslogtreecommitdiff
path: root/users/app/views/overviews/show.html.haml
diff options
context:
space:
mode:
authorazul <azul@riseup.net>2013-07-11 00:37:45 -0700
committerazul <azul@riseup.net>2013-07-11 00:37:45 -0700
commit02b69c78eed7682c24cb8361da094bdac45a7749 (patch)
treea45ed7076a96ddb1601cf9a2e44ae37160f90319 /users/app/views/overviews/show.html.haml
parent3113f8b814417a896ad5340fda88927733f8ab22 (diff)
parenta40a83cb07d9aba8915cd2c4a25aa76e0cf6760e (diff)
Merge pull request #56 from leapcode/feature/disable_account
Feature/disable account
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)