Sha256: 8aea4858d0fbc1d5fa3e305e9bd841e2fa8f03755e831a20c5a73bab9805f9c1

Contents?: true

Size: 1.11 KB

Versions: 9

Compression:

Stored size: 1.11 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_url, data: {toggle: 'modal', target:
      '#menu_form'} %></p>
      <% end %>
    </div>
  </fieldset>

</section>

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
georgia-0.7.8 app/views/georgia/menus/index.html.erb
georgia-0.7.7 app/views/georgia/menus/index.html.erb
georgia-0.7.6 app/views/georgia/menus/index.html.erb
georgia-0.7.5 app/views/georgia/menus/index.html.erb
georgia-0.7.4 app/views/georgia/menus/index.html.erb
georgia-0.7.3 app/views/georgia/menus/index.html.erb
georgia-0.7.2 app/views/georgia/menus/index.html.erb
georgia-0.7.1 app/views/georgia/menus/index.html.erb
georgia-0.7.0 app/views/georgia/menus/index.html.erb