diff --git a/app/views/shared/_menu.html.haml b/app/views/shared/_menu.html.haml index 78e91c1..cfe9843 100644 --- a/app/views/shared/_menu.html.haml +++ b/app/views/shared/_menu.html.haml @@ -1,4 +1,5 @@ %ul#tabs = link_to_showing_current('attend',events_to_path('attend'), true) = link_to_showing_current('speak',events_to_path('speak')) + = link_to_showing_current('map',map_path)