]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/_header.html.erb
Trimming small style
[rails.git] / app / views / layouts / _header.html.erb
index f1eab38ae9686887fb842d11e86ff4686812e9db..130c7136327caab1e2feb313f7b5ea420835b2f1 100644 (file)
@@ -1,6 +1,6 @@
 <header>
   <h1>
-    <a href="<% root_path %>" class="geolink 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>
@@ -24,8 +24,8 @@
           </li>
         <% end %>
       </ul>
-      </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="history_tab" class="<%= current_page_class(history_path) %>">
+        <%= link_to t('layouts.history'), history_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>