X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3af16f6337b52546297e7e09a1aba9b0e1df7e15..fbcd2bc10a5f97a1ecd5d6d76a039ebd85365d2e:/app/views/layouts/_header.html.erb?ds=sidebyside
diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb
index 1f030862b..725000a13 100644
--- a/app/views/layouts/_header.html.erb
+++ b/app/views/layouts/_header.html.erb
@@ -49,7 +49,7 @@
<% end %>
<%= link_to t("layouts.gps_traces"), traces_path %>
- <%= link_to t("layouts.user_diaries"), diary_path %>
+ <%= link_to t("layouts.user_diaries"), diary_entries_path %>
<%= link_to t("layouts.copyright"), copyright_path %>
<%= link_to t("layouts.help"), help_path %>
<%= link_to t("layouts.about"), about_path %>
@@ -65,7 +65,7 @@
<% end %>
<%= link_to t("layouts.gps_traces"), traces_path %>
- <%= link_to t("layouts.user_diaries"), diary_path %>
+ <%= link_to t("layouts.user_diaries"), diary_entries_path %>
<%= link_to t("layouts.copyright"), copyright_path %>
<%= link_to t("layouts.help"), help_path %>
<%= link_to t("layouts.about"), about_path %>
@@ -102,13 +102,13 @@
<%= yield :greeting %>
- <%= link_to t("layouts.logout"), logout_path(:session => session.id, :referer => request.fullpath) %>
+ <%= link_to t("layouts.logout"), logout_path(:session => session.id, :referer => request.fullpath), :class => "geolink" %>
<% else %>
<% end %>