X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d414ffc61a0f6505f1d06e89e8668fa5b49d607e..30ab1e91da6710159285f354c24529bdeeb7fb64:/app/views/layouts/_header.html.erb diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index f1eab38ae..c08b61b57 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -1,6 +1,6 @@

- + <%= image_tag "osm_logo.png", :alt => t('layouts.logo.alt_text'), :class => 'logo' %> <%= t 'layouts.project_name.h1' %> @@ -24,8 +24,8 @@ <% end %> -
  • - <%= link_to t('layouts.history'), browse_changesets_path, :class => 'tab geolink' %> +
  • + <%= link_to t('layouts.history'), history_path, :class => 'tab geolink' %>
  • <%= link_to t('layouts.export'), export_path, :class => 'tab geolink' %>
  • @@ -39,12 +39,12 @@
  • <%= link_to t('layouts.about'), about_path %>
  • <% if @user %> -