X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b6b9052c375b59302567ab9b820a09ce6cb50d3c..214ff28cd9df00154441f43ea18d2c043375dd3b:/app/views/layouts/site.html.erb diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 9cf48c55a..ed8a6cf18 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -1,12 +1,12 @@ <%= render :partial => "layouts/head" %> - -
- <%= link_to(image_tag("osm_logo.png", :size => "16x16", :alt => t('layouts.logo.alt_text')), root_path) %> -

<%= t 'layouts.project_name.h1' %>

-
-
+ +

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

+
<% end %> - <% if false %> - - <% end %>
  • -

    <%= link_to t('layouts.gps_traces'), traces_path, { - :id => 'traceanchor', - :title => t('layouts.gps_traces_tooltip') - } %>

    +

    <%= t'layouts.data' %>

    +
      +
    • <%= link_to t('layouts.copyright'), copyright_path %>
    • +
    +
      +
    • <%= link_to t('layouts.export_data'), export_path %>
    • +
    +
      +
    • <%= link_to t('layouts.gps_traces'), traces_path %>
    • +
  • <%= yield :left_menu %>
    - + <% if @user and @user.id %> + <%= render :partial => "layouts/user_menu" %> + <% else %> + + <% end %> -
    - -
    <%= render :partial => "layouts/flash", :locals => { :flash => flash } %> <% if content_for? :heading %> @@ -147,8 +114,8 @@ <%= yield %>
    - <% if defined?(PIWIK_LOCATION) and defined?(PIWIK_SITE) -%> - + <% if defined?(PIWIK) -%> + <% end -%>