X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d920d94f69de0e6f5d354f58933290fcdf0345de..a768e7111c386b8a344c6f5590e2e02d87e01ab2:/app/views/layouts/_header.html.erb diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index dbb9966b6..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 %>
  • - <% if @user %> + <% if @user && @user.id %>