Sha256: a7f9d99c0a5ac05eb80385c7d724e6040f6821d337058d9fc5b200d10b73763e
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
<header class='header-main'> <h1 class='header-title'><%= icon_tag 'link' %> Navigation</h1> <div class="header-actions"> <%= link_to "#{icon_tag 'plus'} Add new".html_safe, '#', class: 'btn btn-primary', data: {toggle: 'modal', target: '#menu_form'} %> </div> </header> <section class="body-main"> <fieldset> <div class="fieldset-help"> <legend> Menus <%= tooltip_tag(icon_tag('info-circle'), "Link lists help your visitors navigate around your website.") %> </legend> <p class='hint'> <%= link_to "#{icon_tag 'plus'} Add new".html_safe, '#', class: 'btn btn-primary', data: {toggle: 'modal', target: '#menu_form'} %> </p> </div> <div class="fieldset-fields control-group"> <% if @menus and @menus.any? %> <%= render @menus %> <% else %> <p>There are currently no navigation menus. <%= link_to 'Create a new one', new_menu_path, data: {toggle: 'modal', target: '#menu_form'} %></p> <% end %> </div> </fieldset> </section> <%= content_tag :footer do %> <%= render 'georgia/shared/modals/menu' %> <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.8.0 | app/views/georgia/menus/index.html.erb |