Skip to content

Commit

Permalink
Restore profile links in /admin/accounts (#9494)
Browse files Browse the repository at this point in the history
Fixes #9431
  • Loading branch information
ClearlyClaire authored and Gargron committed Dec 14, 2018
1 parent c58c006 commit 11a9159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/admin/accounts/_account.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
%time.time-ago{ datetime: account.user_current_sign_in_at.iso8601, title: l(account.user_current_sign_in_at) }= l account.user_current_sign_in_at
- else
\-
%td
= table_link_to 'circle', t('admin.accounts.web'), web_path("accounts/#{account.id}")
= table_link_to 'globe', t('admin.accounts.public'), TagManager.instance.url_for(account)
1 change: 1 addition & 0 deletions app/views/admin/accounts/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
%th= t('admin.accounts.role')
%th= t('admin.accounts.most_recent_ip')
%th= t('admin.accounts.most_recent_activity')
%th
%tbody
= render @accounts

Expand Down

0 comments on commit 11a9159

Please sign in to comment.