<% content_for :title, "Kategorie: #{@category.name}" %> <% content_for :top_bar_actions do %> <%= link_to categories_path, class: "py-2 px-3 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-lg hover:bg-gray-50 flex items-center gap-1.5 shadow-sm transition" do %> Alle Kategorien <% end %> <% end %>

Beschreibung

<%= @category.description.presence || "Keine Beschreibung hinterlegt." %>

<%= render "items/search_bar", show_csv: false %> <%= turbo_frame_tag "items_list_frame" do %> <% if @items.any? %> <%= render "items/list", items: @items %> <% else %>

Keine passenden Artikel in dieser Kategorie gefunden.

<% end %> <% end %>