Sha256: 089d264835053d42fda420f81218841d46ac7b693885c30131c39391f03bc950

Contents?: true

Size: 217 Bytes

Versions: 8

Compression:

Stored size: 217 Bytes

Contents

%h2= @page_title

- unless @datatable.collection.length > 0
  %p
    There are no menus
- else
  = render_datatable @datatable

%p= link_to 'New Menu', effective_pages.new_admin_menu_path, :class => 'btn btn-primary'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
effective_pages-0.9.5 app/views/admin/menus/index.html.haml
effective_pages-0.9.4 app/views/admin/menus/index.html.haml
effective_pages-0.9.3 app/views/admin/menus/index.html.haml
effective_pages-0.9.2 app/views/admin/menus/index.html.haml
effective_pages-0.9.1 app/views/admin/menus/index.html.haml
effective_pages-0.9.0 app/views/admin/menus/index.html.haml
effective_pages-0.8.1 app/views/admin/menus/index.html.haml
effective_pages-0.8.0 app/views/admin/menus/index.html.haml