From a768e7111c386b8a344c6f5590e2e02d87e01ab2 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Thu, 28 Nov 2013 21:50:05 -0800 Subject: [PATCH] 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 --- app/views/layouts/_header.html.erb | 2 ++ 1 file changed, 2 insertions(+) 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 %>
  • -- 2.43.2