]> git.openstreetmap.org Git - rails.git/commitdiff
Add some missing _html suffixes
authorTom Hughes <tom@compton.nu>
Sun, 5 Jan 2020 19:01:54 +0000 (19:01 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 5 Jan 2020 19:01:54 +0000 (19:01 +0000)
app/views/browse/feature.html.erb
app/views/browse/history.html.erb

index 7dfccb29053ba60f51eebd77be9351b5dfb1c0ef..75e54f0b2c89c1aa4962808841b9e57bfbdc5f4e 100644 (file)
@@ -1,4 +1,4 @@
-<% set_title(t("browse.#{@type}.title", :name => printable_name(@feature))) %>
+<% set_title(t("browse.#{@type}.title_html", :name => printable_name(@feature))) %>
 
 <h2>
   <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
index 95b3fd3173752eb438eed3a9318148a44c744c3c..faa88359e6b9ced2911915dd7b37a0437b9dfb4c 100644 (file)
@@ -1,4 +1,4 @@
-<% set_title(t("browse.#{@type}.history_title", :name => printable_name(@feature))) %>
+<% set_title(t("browse.#{@type}.history_title_html", :name => printable_name(@feature))) %>
 
 <h2>
   <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>