From f2a3fe4750f4d709b2bc6f97bd90427311d5e397 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 26 Jul 2026 23:01:53 +0200 Subject: Fix redundant link_to in assets#show --- app/views/assets/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/assets/show.html.erb b/app/views/assets/show.html.erb index f5a7e055..d76d312b 100644 --- a/app/views/assets/show.html.erb +++ b/app/views/assets/show.html.erb @@ -11,7 +11,7 @@ <% end %>
- <%= link_to link_to t("admin.common.back"), assets_path %> + <%= link_to t("admin.common.back"), assets_path %>
<%= link_to admin_log_path(:asset_id => @asset.id), :class => "action_button" do %> <%= icon("history", library: "tabler", "aria-hidden": true) %> <%= t("node_actions.asset_history") %> -- cgit v1.3