From c139ae6aa86e85e26b08edb6ab217ccc64e6f948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=B6hm?= Date: Mon, 1 Jun 2026 10:29:55 +0200 Subject: [PATCH] Hide text in search buttons in items#index --- app/views/items/_search_bar.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/items/_search_bar.html.erb b/app/views/items/_search_bar.html.erb index 43489d7..1cd16a5 100644 --- a/app/views/items/_search_bar.html.erb +++ b/app/views/items/_search_bar.html.erb @@ -42,7 +42,7 @@ <%= link_to items_path(format: :csv), class: "py-2 px-3 border border-gray-300 rounded-lg text-sm font-medium bg-white text-gray-700 hover:bg-gray-50 flex items-center gap-1.5 transition shadow-sm", title: "Liste als Excel/CSV exportieren" do %> - CSV + <% end %> <% end %> @@ -50,7 +50,7 @@