And again really small layout adjustments
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<% content_for :title, "Kategorie bearbeiten" %>
|
<% content_for :title, @category.name %>
|
||||||
|
|
||||||
<% content_for :top_bar_actions do %>
|
<% 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 %>
|
<%= 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 %>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<% content_for :title, "Artikel bearbeiten" %>
|
<% content_for :title, @item.name %>
|
||||||
|
|
||||||
<!-- OBERE AKTIONSLISTE (Zurück-Button in der Top-Bar) -->
|
<!-- OBERE AKTIONSLISTE (Zurück-Button in der Top-Bar) -->
|
||||||
<% content_for :top_bar_actions do %>
|
<% content_for :top_bar_actions do %>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<% content_for :title, "Raum bearbeiten: #{@room.name}" %>
|
<% content_for :title, "#{@room.name}" %>
|
||||||
|
|
||||||
<% content_for :top_bar_actions do %>
|
<% 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 %>
|
<%= 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 %>
|
||||||
|
|||||||
Reference in New Issue
Block a user