Sha256: 470453e6c9a0948267e80e07b9d6d2195658ec53e59c5c62a51305ceb9eaa4c1

Contents?: true

Size: 382 Bytes

Versions: 6

Compression:

Stored size: 382 Bytes

Contents

- title t('.title')

- content_for :head do
  = javascript_include_tag 'admin/pages'

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

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

%p!= t('.help')

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

Version data entries

6 entries across 6 versions & 1 rubygems

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