-<header>
+<header class="closed">
<h1>
<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>
+ <a href="#" id="menu-icon"></a>
<nav class='primary'>
<ul>
<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) %>">
+ </li>
+ <li id="edit_tab" class="mobile-hide dropdown <%= current_page_class(edit_path) %>">
<%= link_to t('layouts.edit'), edit_path, :class => "tab geolink object",
:id => 'editanchor',
:data => { :editor => preferred_editor }
</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="export_tab" class="<%= current_page_class(export_path) %>">
+ </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="mobile-hide <%= current_page_class(export_path) %>">
<%= link_to t('layouts.export'), export_path, :class => 'tab geolink' %>
</li>
</ul>
<li class="<%= current_page_class(about_path) %>"><%= link_to t('layouts.about'), about_path %></li>
</ul>
<% if @user %>
- <div class='dropdown user-menu'>
+ <div class='dropdown user-menu logged-in'>
<a class='dropdown-toggle' data-toggle='dropdown' href="#">
- <%= user_thumbnail_tiny(@user, :size => 20, :width => 20, :height => 20)
+ <%= user_thumbnail_tiny(@user, :size => 25, :width => 25, :height => 25)
%><%= render :partial => 'layouts/inbox'
- %><span class='username'><%= @user.display_name %></span>
- <b class="caret"></b>
+ %><span class="user-button"><span class='username'><%= @user.display_name %></span>
+ <b class="caret"></b></span>
</a>
<ul class='dropdown-menu'>
<li>
</ul>
</div>
<% else %>
- <ul class="user-menu">
+ <ul class="user-menu clearfix">
<li><%= link_to t('layouts.log_in'), login_path(:referer => request.fullpath) %></li>
<li><%= link_to t('layouts.sign_up'), user_new_path %></li>
</ul>