diff options
Diffstat (limited to 'users/app/views/overviews/show.html.haml')
-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) |