diff options
Diffstat (limited to 'app/views/revisions/show.html.erb')
| -rw-r--r-- | app/views/revisions/show.html.erb | 2 |
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"> |
