From 4cb1dfe4012ae2e5cbcd7274485184080fa3437a Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Tue, 16 Aug 2016 15:45:54 +0000 Subject: [PATCH] include link to create new map in mobile menu --- app/views/layouts/_mobilemenu.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'} %>