From 00fc1d5192aa1104b27e11e17e5a146da74dd384 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 26 Jul 2026 23:00:56 +0200 Subject: Fix redundant link_to in assets#new --- app/views/assets/new.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/assets/new.html.erb') diff --git a/app/views/assets/new.html.erb b/app/views/assets/new.html.erb index 51e66cd2..d3a66524 100644 --- a/app/views/assets/new.html.erb +++ b/app/views/assets/new.html.erb @@ -51,8 +51,8 @@
<%= t("admin.columns.actions") %>
-
<%= f.submit f.submit t("admin.common.create") %>
-
<%= link_to link_to t("admin.common.back"), assets_path %>
+
<%= f.submit t("admin.common.create") %>
+
<%= link_to t("admin.common.back"), assets_path %>
-- cgit v1.3