summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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") %>