Sha256: a9fd41f0cdc3b141a9d1f0180ba379aef5056021b59efd33e666ea8a0f0dc144

Contents?: true

Size: 335 Bytes

Versions: 15

Compression:

Stored size: 335 Bytes

Contents

- title t('.title')

- content_for :submenu do
  = render 'admin/shared/menu/settings'

- content_for :buttons do
  = admin_button_tag :new, new_admin_snippet_url, :class => 'add'

%p= t('.help')

- if @snippets.empty?
  %p.no-items= t('.no_items', :url => new_admin_snippet_url)
- else
  %ul#snippets-list.list
    = render @snippets

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
locomotive_cms-0.0.2.9 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.2.8 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.2.7 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.2.6 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.2.5 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.2.4 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.2.3 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.2.2 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.2.1 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.2 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.1.4 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.1.3 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.1.2 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.1.1 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.1 app/views/admin/snippets/index.html.haml