X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ea6926d3de0e0f12f70f0c993261f0dae54aa482..2d9a083b365e5cfa527c40add35464630c1a9b00:/app/views/layouts/_header.html.erb diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 703519515..c4f2ebad6 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -1,19 +1,33 @@

- <%= image_tag "osm_logo.png", :alt => t('layouts.logo.alt_text'), :class => 'logo' %> - <%= t 'layouts.project_name.h1' %> + + <%= image_tag "osm_logo.png", :alt => t('layouts.logo.alt_text'), :class => 'logo' %> + <%= t 'layouts.project_name.h1' %> +

@@ -22,14 +36,42 @@
  • <%= 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" %> + <% else %> -