% content_for :title, "Neuen Raum hinzufügen" %> <% content_for :top_bar_actions do %> <%= link_to rooms_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 %> Zurück zur Übersicht <% end %> <% end %>