about summary refs log tree commit diff
path: root/app/views/admin/accounts/show.html.haml
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-04-05 00:16:23 +0200
committerGitHub <noreply@github.com>2020-04-05 00:16:23 +0200
commit6e426267a762f3cd1efa2c5fb120a13543567775 (patch)
tree2a71acb5433eece834df66c179e924eb34df38fb /app/views/admin/accounts/show.html.haml
parent5c5317041f17375666bfaf4788f0adf71804b47d (diff)
parentec6464f8d0bba52e3bfb8f0afc9531ce80238000 (diff)
Merge pull request #1311 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views/admin/accounts/show.html.haml')
-rw-r--r--app/views/admin/accounts/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/accounts/show.html.haml b/app/views/admin/accounts/show.html.haml
index 744d17d1f..965fd6fb6 100644
--- a/app/views/admin/accounts/show.html.haml
+++ b/app/views/admin/accounts/show.html.haml
@@ -53,7 +53,7 @@
       .dashboard__counters__num= number_with_delimiter @account.targeted_reports.count
       .dashboard__counters__label= t '.targeted_reports'
   %div
-    %div
+    = link_to admin_action_logs_path(target_account_id: @account.id) do
       .dashboard__counters__text
         - if @account.local? && @account.user.nil?
           %span.neutral= t('admin.accounts.deleted')