Sha256: ae99b30d0ca2c516736c820ee730299eb2d0ba58614e0c4c24c3c59965d6582b

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 pages
- else
  = render_datatable @datatable

%p= link_to 'New Page', effective_pages.new_admin_page_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/pages/index.html.haml
effective_pages-0.9.4 app/views/admin/pages/index.html.haml
effective_pages-0.9.3 app/views/admin/pages/index.html.haml
effective_pages-0.9.2 app/views/admin/pages/index.html.haml
effective_pages-0.9.1 app/views/admin/pages/index.html.haml
effective_pages-0.9.0 app/views/admin/pages/index.html.haml
effective_pages-0.8.1 app/views/admin/pages/index.html.haml
effective_pages-0.8.0 app/views/admin/pages/index.html.haml