summaryrefslogtreecommitdiff
path: root/app/views/admin/search_results.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-25 15:39:17 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-25 15:39:17 +0200
commitb7dee77cd1dd6f70e3bfa55df8b61681e9db321e (patch)
treec621c76a1e4bc96f16473d26ca239fbf83a0caff /app/views/admin/search_results.html.erb
parent78cd4957c4ca5bd05d93af6061487db095d04ee5 (diff)
Extract admin strings to i18n: dashboard, layout chrome, and the JS bridge
Diffstat (limited to 'app/views/admin/search_results.html.erb')
-rw-r--r--app/views/admin/search_results.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/search_results.html.erb b/app/views/admin/search_results.html.erb
index a7571977..e3802a03 100644
--- a/app/views/admin/search_results.html.erb
+++ b/app/views/admin/search_results.html.erb
@@ -1,4 +1,4 @@
1<h1>Search Results</h1> 1<h1><%= t(".title") %></h1>
2 2
3<ul class="search_results_list"> 3<ul class="search_results_list">
4 <% @results.each do |result| %> 4 <% @results.each do |result| %>