summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-26 23:01:53 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-26 23:01:53 +0200
commitf2a3fe4750f4d709b2bc6f97bd90427311d5e397 (patch)
tree2824afa3d8c5616693b00c34852edaa0dee2a074
parent00fc1d5192aa1104b27e11e17e5a146da74dd384 (diff)
Fix redundant link_to in assets#show
-rw-r--r--app/views/assets/show.html.erb2
1 files changed, 1 insertions, 1 deletions
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 @@
11 <% end %> 11 <% end %>
12 </div> 12 </div>
13 <div class="info_item"> 13 <div class="info_item">
14 <%= link_to link_to t("admin.common.back"), assets_path %> 14 <%= link_to t("admin.common.back"), assets_path %>
15 </div> 15 </div>
16 <%= link_to admin_log_path(:asset_id => @asset.id), :class => "action_button" do %> 16 <%= link_to admin_log_path(:asset_id => @asset.id), :class => "action_button" do %>
17 <%= icon("history", library: "tabler", "aria-hidden": true) %> <%= t("node_actions.asset_history") %> 17 <%= icon("history", library: "tabler", "aria-hidden": true) %> <%= t("node_actions.asset_history") %>