]> git.openstreetmap.org Git - rails.git/commitdiff
Add title to copyright page
authorAnton Khorev <tony29@yandex.ru>
Fri, 7 Jun 2024 09:51:38 +0000 (12:51 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 7 Jun 2024 09:51:38 +0000 (12:51 +0300)
app/controllers/site_controller.rb
app/views/site/copyright.html.erb
config/locales/en.yml

index 15ffe58a2616765eac3b34474b9dd0542447cb33..5d63e79fd3937fc178791920477b3668129e92ce 100644 (file)
@@ -110,6 +110,7 @@ class SiteController < ApplicationController
   end
 
   def copyright
+    @title = t ".title"
     @locale = params[:copyright_locale] || I18n.locale
   end
 
index 2073bd63888433f2201305485aa0a0d3824c621d..6940dc2f860f95f09a911d56f5cb7e7ba8817455 100644 (file)
@@ -32,7 +32,7 @@
 
   <% I18n.with_locale @locale do %>
     <%= tag.h1 :lang => @locale, :dir => t("html.dir") do %>
-      <%= t ".legal_babble.title_html" %>
+      <%= t ".title" %>
     <% end %>
   <% end %>
 <% end %>
index 1da263d77337e4ee8bef5d3748f3f60daffa6634..c86bfa2c0787cfef4302c23225c5cec998505baa 100644 (file)
@@ -1960,6 +1960,7 @@ en:
       legal_2_2_registered_trademarks_url: https://wiki.osmfoundation.org/wiki/Trademark_Policy
       partners_title: Partners
     copyright:
+      title: Copyright and License
       foreign:
         title: About this translation
         html: In the event of a conflict between this translated page and %{english_original_link}, the English page shall take precedence
@@ -1970,7 +1971,6 @@ en:
         native_link: THIS_LANGUAGE_NAME_HERE version
         mapping_link: start mapping
       legal_babble:
-        title_html: Copyright and License
         introduction_1_html: |
           OpenStreetMap%{registered_trademark_link} is %{open_data}, licensed under the
           %{odc_odbl_link} (ODbL) by the %{osm_foundation_link} (OSMF).