And again really small layout adjustments
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled

This commit is contained in:
2026-05-30 03:21:16 +02:00
parent 1f18b7dd7d
commit c12eab7f98
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<% content_for :title, "Kategorie bearbeiten" %>
<% content_for :title, @category.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 %>

View File

@@ -1,4 +1,4 @@
<% content_for :title, "Artikel bearbeiten" %>
<% content_for :title, @item.name %>
<!-- OBERE AKTIONSLISTE (Zurück-Button in der Top-Bar) -->
<% content_for :top_bar_actions do %>

View File

@@ -1,4 +1,4 @@
<% content_for :title, "Raum bearbeiten: #{@room.name}" %>
<% content_for :title, "#{@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 %>