summaryrefslogtreecommitdiff
path: root/app/views/content/_front_page_calendar.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-25 20:16:32 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-25 20:16:32 +0200
commitf8ce323663debb22890ad1ed29f385b8b832abc6 (patch)
treee872c2d8a6af8de6ad84ef285240f0c130b26bcc /app/views/content/_front_page_calendar.html.erb
parentfe104aa2c52f61cd8555fbc98c20501f50f4aae8 (diff)
Extract public-site strings to i18n
The public views were never part of the admin extraction and were broken in both directions: German visitors got "Featured", "Calendar" and "Tags", English visitors got "Suchergebnisse für Suchbegriff:". Also picks up the unlock-confirm message in link_helper, a straggler from the revisions/menu_items batch, and drops two raw() calls in the application layout in favour of link_to blocks.
Diffstat (limited to 'app/views/content/_front_page_calendar.html.erb')
-rw-r--r--app/views/content/_front_page_calendar.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/content/_front_page_calendar.html.erb b/app/views/content/_front_page_calendar.html.erb
index e7f46ba5..dc4ba884 100644
--- a/app/views/content/_front_page_calendar.html.erb
+++ b/app/views/content/_front_page_calendar.html.erb
@@ -1,5 +1,5 @@
1<div id="frontpage_calendar"> 1<div id="frontpage_calendar">
2 <h2>Calendar</h2> 2 <h2><%= t(".title") %></h2>
3 <ul class="teasertext"> 3 <ul class="teasertext">
4 <% occurrences.each do |occurrence| %> 4 <% occurrences.each do |occurrence| %>
5 <li> 5 <li>
@@ -8,4 +8,4 @@
8 </li> 8 </li>
9 <% end %> 9 <% end %>
10 </ul> 10 </ul>
11</div> \ No newline at end of file 11</div>