Adding index overview for reports in admin UI
This commit is contained in:
parent
f722aa8c75
commit
24ba7c9762
7 changed files with 54 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue