summaryrefslogtreecommitdiff
path: root/app/views/custom/page_templates/public/update.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-30 23:40:28 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-30 23:40:28 +0200
commit7bd2525fa936e117abd7503844c9dab73d87de1a (patch)
treece1d752107709e01943be99267af2465dfd70d7f /app/views/custom/page_templates/public/update.html.erb
parent22539dff8d36279002bc9694a8433fef784869e1 (diff)
Promote article title from h2 to h1 and fix css accordingly
Diffstat (limited to 'app/views/custom/page_templates/public/update.html.erb')
-rw-r--r--app/views/custom/page_templates/public/update.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/custom/page_templates/public/update.html.erb b/app/views/custom/page_templates/public/update.html.erb
index f460f621..2174e358 100644
--- a/app/views/custom/page_templates/public/update.html.erb
+++ b/app/views/custom/page_templates/public/update.html.erb
@@ -1,5 +1,5 @@
1<div class="article" lang="<%= @page.effective_lang %>"> 1<div class="article" lang="<%= @page.effective_lang %>">
2 <h2 class="headline"><%= @page.title %></h2> 2 <h1 class="headline"><%= @page.title %></h1>
3 <div class="author_and_date"><%= date_and_time_for_page @page %>, <%= @page.user.try(:login) %></div> 3 <div class="author_and_date"><%= date_and_time_for_page @page %>, <%= @page.user.try(:login) %></div>
4 <div class="abstract"><p><%= sanitize( @page.abstract )%></p></div> 4 <div class="abstract"><p><%= sanitize( @page.abstract )%></p></div>
5 <div id="headline_image"><%= headline_image %></div> 5 <div id="headline_image"><%= headline_image %></div>