Skip to content

Commit

Permalink
Show last synced date
Browse files Browse the repository at this point in the history
  • Loading branch information
kumabook committed Feb 26, 2018
1 parent 6aea7ae commit 698adac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/users/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ table.pure-table
th Email
th Type
th Registration date
th active
th Active
th Last synced date
th
th
th
Expand All @@ -22,6 +23,7 @@ table.pure-table
td = user.type
td = user.created_at
td = (1.day.ago..Time.now).member? user.updated_at
td = user.updated_at
td = "#{user.stickies.size} stickies"
td = "#{user.oauth_access_tokens.size} tokens"
td = link_to 'Show', user.becomes(User)
Expand Down

0 comments on commit 698adac

Please sign in to comment.