Sha256: 52239bd2a0cf5c64894adf6ed32d0c1fd6ed215172349bddbf0edb487944ee85
Contents?: true
Size: 335 Bytes
Versions: 2
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 => '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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
locomotive_cms-0.0.3.3 | app/views/admin/snippets/index.html.haml |
locomotive_cms-0.0.3.1 | app/views/admin/snippets/index.html.haml |