X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2bf9144702dcef4c544bf76e6d7dfc24265e3b3a..5642cf696e87d0850c7cbd26677d9b8c1924f1d3:/app/views/layouts/_header.html.erb
diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb
index dbb9966b6..215b5ba31 100644
--- a/app/views/layouts/_header.html.erb
+++ b/app/views/layouts/_header.html.erb
@@ -37,6 +37,7 @@
- <%= link_to t('layouts.gps_traces'), traces_path %>
- <%= link_to t('layouts.user_diaries'), diary_path %>
+ - <%= link_to t('layouts.copyright'), copyright_path %>
- <%= link_to t('layouts.help'), help_path %>
- <%= link_to t('layouts.about'), about_path %>
-
@@ -46,10 +47,11 @@
- <%= 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 %>