summaryrefslogtreecommitdiff
path: root/app/views/revisions/show.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-14 01:22:11 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-14 01:22:11 +0200
commit19b865108c26cf18c26697fee080844de94fb522 (patch)
tree33af772574dacaa43d5ab0f79a2abc64a7bd9fa5 /app/views/revisions/show.html.erb
parent45d422f6582ac2ebf455a8c8168738db54a76582 (diff)
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.
Diffstat (limited to 'app/views/revisions/show.html.erb')
-rw-r--r--app/views/revisions/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/revisions/show.html.erb b/app/views/revisions/show.html.erb
index a898b7e6..a2f276bc 100644
--- a/app/views/revisions/show.html.erb
+++ b/app/views/revisions/show.html.erb
@@ -1,5 +1,5 @@
1<% translation = @page.translations.find_by(:locale => @translation_locale) %> 1<% translation = @page.translations.find_by(:locale => @translation_locale) %>
2<div id="admin_layout" class="show_node"> 2<div class="admin_layout show_node">
3 <h1><%= t(".title", :rev => @page.revision) %>: <%= translation&.title %> <small>(<%= @translation_locale.to_s.upcase %>)</small></h1> 3 <h1><%= t(".title", :rev => @page.revision) %>: <%= translation&.title %> <small>(<%= @translation_locale.to_s.upcase %>)</small></h1>
4 4
5 <div class="layout_row"> 5 <div class="layout_row">