From 19b865108c26cf18c26697fee080844de94fb522 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 14 Aug 2026 01:22:11 +0200 Subject: Scope admin form conventions with a class .admin_layout replaces the #admin_layout. All css rules and javascript queries were changed along and rules simplified where the opportunity arose. --- app/views/nodes/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/nodes/show.html.erb') diff --git a/app/views/nodes/show.html.erb b/app/views/nodes/show.html.erb index af55d699..cf1d79c1 100644 --- a/app/views/nodes/show.html.erb +++ b/app/views/nodes/show.html.erb @@ -1,6 +1,6 @@ <% locked_by_other = @node.locked? && @node.lock_owner != current_user %> <% may_change_live = current_user.may_change_live?(@node) %> -
+

<%= title_for_node(@node) %> (<%= I18n.default_locale.to_s.upcase %>)

-- cgit v1.3