X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0f83081847a2dcd232dca43d1fe189769fa87b5f..d99374434e43c2434878f0ce79bca0ebeafcef57:/app/views/layouts/_header.html.erb
diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb
index a2a63b406..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 %>