From: Paul Norman Date: Fri, 29 Nov 2013 05:50:05 +0000 (-0800) Subject: Restore Copyright & License link X-Git-Tag: live~4601 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/a768e7111c386b8a344c6f5590e2e02d87e01ab2?hp=d375caf7a3a2601ff00b127537e8d78d387d0ad5 Restore Copyright & License link The copyright and license is an important part of OpenStreetMap. This restores the copyright & license link to the menu, placing it in the top-right with the other pages which do not display a map. Fixes #548 Fixes comments in https://github.com/openstreetmap/openstreetmap-website/pull/498#issuecomment-26741518 --- diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index efe9efdf8..8792fa797 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -39,6 +39,7 @@
  • <%= link_to t('layouts.user_diaries'), diary_path %>
  • <%= link_to t('layouts.help'), help_path %>
  • <%= link_to t('layouts.about'), about_path %>
  • +
  • <%= link_to t('layouts.copyright'), copyright_path %>