<%= icon_tag 'link' %> Navigation

<%= link_to "#{icon_tag 'plus'} Add new".html_safe, '#', class: 'btn btn-primary', data: {toggle: 'modal', target: '#menu_form'} %>
Menus <%= tooltip_tag(icon_tag('info-circle'), "Link lists help your visitors navigate around your website.") %>

<%= link_to "#{icon_tag 'plus'} Add new".html_safe, '#', class: 'btn btn-primary', data: {toggle: 'modal', target: '#menu_form'} %>

<% if @menus and @menus.any? %> <%= render @menus %> <% else %>

There are currently no navigation menus. <%= link_to 'Create a new one', new_menu_path, data: {toggle: 'modal', target: '#menu_form'} %>

<% end %>
<%= content_tag :footer do %> <%= render 'georgia/shared/modals/menu' %> <% end -%>