<% content_for :title, "Standort: #{@room.name}" %> <% content_for :top_bar_actions do %> <%= link_to "javascript:history.back()", 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 %> <% end %> <% end %>

Gebäude

<%= @room.building %>

Stockwerk / Etage

<%= @room.floor %>

<%= 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 an diesem Standort gefunden.

<% end %> <% end %>