]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/_header.html.erb
Render flash in sidebar
[rails.git] / app / views / layouts / _header.html.erb
index c4f2ebad6d563e04b9397eff14e85d627fad5056..0b099e1c7bc1ac4a407f19a0187db51845fd16f0 100644 (file)
@@ -1,16 +1,16 @@
 <header>
   <h1>
-    <a href="<% root_path %>" class="geolink llz layers">
+    <a href="<%= root_path %>" class="geolink layers">
       <%= image_tag "osm_logo.png", :alt => t('layouts.logo.alt_text'), :class => 'logo' %>
       <%= t 'layouts.project_name.h1' %>
     </a>
   </h1>
   <nav class='primary'>
     <ul>
-      <li id="view_tab">
-        <%= link_to t('layouts.view'), root_path, :class => 'tab geolink llz layers' %>
-      </li><li id="edit_tab" class="dropdown">
-      <%= link_to t('layouts.edit'), edit_path, :class => "tab geolink llz object",
+      <li id="view_tab" class="<%= current_page_class(root_path) %>">
+        <%= link_to t('layouts.view'), root_path, :class => 'tab geolink layers' %>
+      </li><li id="edit_tab" class="dropdown <%= current_page_class(edit_path) %>">
+      <%= link_to t('layouts.edit'), edit_path, :class => "tab geolink object",
                   :id => 'editanchor',
                   :data => { :editor => preferred_editor }
       %><a class='dropdown-toggle' data-toggle='dropdown' href='#'><b class="caret"></b></a>
             <%= link_to t('layouts.edit_with', :editor => t("editor.#{editor}.description")),
                         edit_path(:editor => editor),
                         :data => { :editor => editor },
-                        :class => "geolink llz object" %>
+                        :class => "geolink object" %>
           </li>
         <% end %>
       </ul>
-      </li><li id="history_tab">
-        <%= link_to t('layouts.history'), browse_changesets_path, :class => 'tab geolink llz' %>
-      </li><li id="export_tab">
-        <%= link_to t('layouts.export'), export_path, :class => 'tab geolink llz' %>
+      </li><li id="history_tab" class="<%= current_page_class(browse_changesets_path) %>">
+        <%= link_to t('layouts.history'), browse_changesets_path, :class => 'tab geolink' %>
+      </li><li id="export_tab" class="<%= current_page_class(export_path) %>">
+        <%= link_to t('layouts.export'), export_path, :class => 'tab geolink' %>
       </li>
     </ul>
   </nav>
   <nav class='secondary'>
     <ul>
-      <li><%= link_to t('layouts.gps_traces'), traces_path %></li>
-      <li><%= link_to t('layouts.user_diaries'), diary_path %></li>
-      <li><%= link_to t('layouts.help'), help_path %></li>
-      <li><%= link_to t('layouts.about'), about_path %></li>
+      <li class="<%= current_page_class(traces_path) %>"><%= link_to t('layouts.gps_traces'), traces_path %></li>
+      <li class="<%= current_page_class(diary_path) %>"><%= link_to t('layouts.user_diaries'), diary_path %></li>
+      <li class="<%= current_page_class(help_path) %>"><%= link_to t('layouts.help'), help_path %></li>
+      <li class="<%= current_page_class(about_path) %>"><%= link_to t('layouts.about'), about_path %></li>
     </ul>
     <% if @user %>
       <div class='dropdown user-menu'>