summaryrefslogtreecommitdiff
path: root/app/views/layouts/assets.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/layouts/assets.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/layouts/assets.html.erb')
-rw-r--r--app/views/layouts/assets.html.erb17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/views/layouts/assets.html.erb b/app/views/layouts/assets.html.erb
deleted file mode 100644
index 9d629c8d..00000000
--- a/app/views/layouts/assets.html.erb
+++ /dev/null
@@ -1,17 +0,0 @@
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6 <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
7 <title>Assets: <%= controller.action_name %></title>
8 <%= stylesheet_link_tag 'scaffold' %>
9</head>
10<body>
11
12<p style="color: green"><%= flash[:notice] %></p>
13
14<%= yield %>
15
16</body>
17</html>