diff --git a/app/views/layouts/_mobilemenu.html.erb b/app/views/layouts/_mobilemenu.html.erb index 1042e8de..f3313d01 100644 --- a/app/views/layouts/_mobilemenu.html.erb +++ b/app/views/layouts/_mobilemenu.html.erb @@ -12,11 +12,13 @@ <% end %> <% if current_user %> -
  • <%= image_tag current_user.image.url(:sixtyfour), :size => "32x32" %> <%= current_user.name %>
  • +
  • + <%= link_to "New Map", new_map_path %> +
  • <%= link_to "My Maps", explore_mine_path, :data => { :router => 'true'} %>