Sha256: 45d2a6654415442098f760ed87fc5ae2496f05e039d4f6185dac38cde84e1f96

Contents?: true

Size: 337 Bytes

Versions: 6

Compression:

Stored size: 337 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 => 'new'

%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

6 entries across 6 versions & 1 rubygems

Version Path
locomotive_cms-0.0.4.beta5 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.4.beta4 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.4.beta3 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.4.beta2 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.4.beta1 app/views/admin/snippets/index.html.haml
locomotive_cms-0.0.4 app/views/admin/snippets/index.html.haml