Add last user login and activity
This commit is contained in:
parent
c59ee3a6a7
commit
700eed27b8
8 changed files with 25 additions and 5 deletions
|
|
@ -15,6 +15,10 @@
|
|||
%dd= @user.email
|
||||
%dt= heading_helper User, :phone
|
||||
%dd= @user.phone
|
||||
%dt= heading_helper User, :last_login
|
||||
%dd= format_time(@user.last_login)
|
||||
%dt= heading_helper User, :last_activity
|
||||
%dd= format_time(@user.last_activity)
|
||||
%dt= t 'admin.access_to'
|
||||
%dd= format_roles(@user)
|
||||
.span5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue