X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/681022443ea24c11d9aeedeb3e1ddc3789b8ffd5..3ebad9ec2f59f2ba5716952f6169cdbb4972f931:/app/views/layouts/_header.html.erb diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 703519515..58185bb5a 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -22,7 +22,7 @@
  • <%= link_to t('layouts.gps_traces'), traces_path %>
  • <%= link_to t('layouts.user_diaries'), diary_path %>
  • <%= link_to t('layouts.help'), help_path %>
  • -
  • <%= link_to t('layouts.about'), '#' %>
  • +
  • <%= link_to t('layouts.about'), about_path %>
  • <% if @user %> <%= render :partial => "layouts/user_menu" %>