]> git.openstreetmap.org Git - rails.git/commitdiff
Change "Copyright & License" to "Copyright" and move it left
authorTom Hughes <tom@compton.nu>
Sat, 30 Nov 2013 10:51:43 +0000 (10:51 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 30 Nov 2013 10:51:43 +0000 (10:51 +0000)
app/views/layouts/_header.html.erb
config/locales/en.yml

index 8792fa797f7c0d3135b8a2b90e5e77861ebcf4ff..215b5ba317b791050d04d1ec7a4fd830db95b13c 100644 (file)
@@ -37,9 +37,9 @@
     <ul>
       <li class="compact-hide <%= current_page_class(traces_path) %>"><%= link_to t('layouts.gps_traces'), traces_path %></li>
       <li class="compact-hide <%= current_page_class(diary_path) %>"><%= link_to t('layouts.user_diaries'), diary_path %></li>
     <ul>
       <li class="compact-hide <%= current_page_class(traces_path) %>"><%= link_to t('layouts.gps_traces'), traces_path %></li>
       <li class="compact-hide <%= current_page_class(diary_path) %>"><%= link_to t('layouts.user_diaries'), diary_path %></li>
+      <li class="compact-hide <%= current_page_class(copyright_path) %>"><%= link_to t('layouts.copyright'), copyright_path %></li>
       <li class="compact-hide <%= current_page_class(help_path) %>"><%= link_to t('layouts.help'), help_path %></li>
       <li class="compact-hide <%= current_page_class(about_path) %>"><%= link_to t('layouts.about'), about_path %></li>
       <li class="compact-hide <%= current_page_class(help_path) %>"><%= link_to t('layouts.help'), help_path %></li>
       <li class="compact-hide <%= current_page_class(about_path) %>"><%= link_to t('layouts.about'), about_path %></li>
-      <li class="compact-hide <%= current_page_class(copyright_path) %>"><%= link_to t('layouts.copyright'), copyright_path %></li>
       <li id="compact-secondary-nav" class="dropdown">
         <a class="dropdown-toggle" data-toggle="dropdown" href="#">More <b class="caret"></b></a>
         <ul class="dropdown-menu">
       <li id="compact-secondary-nav" class="dropdown">
         <a class="dropdown-toggle" data-toggle="dropdown" href="#">More <b class="caret"></b></a>
         <ul class="dropdown-menu">
index 2f91d8e84a3bc7be714a9e4d3396daa5c3254dca..9e0bfb00995496afa8297d8f9e197c893502a3e0 100644 (file)
@@ -907,7 +907,7 @@ en:
     donate: "Support OpenStreetMap by %{link} to the Hardware Upgrade Fund."
     help: Help
     about: About
     donate: "Support OpenStreetMap by %{link} to the Hardware Upgrade Fund."
     help: Help
     about: About
-    copyright: "Copyright & License"
+    copyright: Copyright
     community: Community
     community_blogs: "Community Blogs"
     community_blogs_title: "Blogs from members of the OpenStreetMap community"
     community: Community
     community_blogs: "Community Blogs"
     community_blogs_title: "Blogs from members of the OpenStreetMap community"