diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-16 02:28:10 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-16 02:28:10 +0100 |
commit | 24ba7c9762a583f3e1105162f4a43a22a17a4627 (patch) | |
tree | 986ce96eb821cdb964f509d42678a397c7060c6b /app/views/admin/accounts | |
parent | f722aa8c7560c91a054868e7a0294c06a210415e (diff) |
Adding index overview for reports in admin UI
Diffstat (limited to 'app/views/admin/accounts')
-rw-r--r-- | app/views/admin/accounts/show.html.haml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/admin/accounts/show.html.haml b/app/views/admin/accounts/show.html.haml index 206d6f81e..b528e161e 100644 --- a/app/views/admin/accounts/show.html.haml +++ b/app/views/admin/accounts/show.html.haml @@ -22,7 +22,11 @@ %td= @account.user.current_sign_in_ip %tr %th Most recent activity - %td= l @account.user.current_sign_in_at + %td + - if @account.user.current_sign_in_at + = l @account.user.current_sign_in_at + - else + Never - else %tr %th Profile URL |