X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ea6926d3de0e0f12f70f0c993261f0dae54aa482..d359cd70f1527b372b71c2f927e3f45fb0fcf509:/app/views/layouts/_header.html.erb diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 703519515..1edbf7e5c 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -11,9 +11,21 @@ <%= link_to t('layouts.history'), browse_changesets_path, :class => 'tab geolink llz' %>
  • <%= link_to t('layouts.export'), export_path, :class => 'tab geolink llz' %> -
  • - <%= render :partial => 'layouts/edit_menu', - :locals => { :link_text => t('layouts.edit'), :link_class => 'llz object' }%> +
  • @@ -22,7 +34,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" %>