From 5a92cdea355b57443f33eee281238451d83df1cd Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 3 Aug 2026 01:25:56 +0200 Subject: Link each account to its own entries in the log --- app/views/users/_user.html.erb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/views/users') diff --git a/app/views/users/_user.html.erb b/app/views/users/_user.html.erb index 37009027..aa65cc3d 100644 --- a/app/views/users/_user.html.erb +++ b/app/views/users/_user.html.erb @@ -54,6 +54,13 @@ <% end %> + + <%= link_to admin_log_path(:user_id => user.id), + "aria-label" => t(".action_log"), title: t(".action_log") do %> + <%= icon("history", library: "tabler", "aria-hidden": true) %> + <% end %> + + <% if current_user.admin? && current_user != user %> <% if user.alumni? %> -- cgit v1.3