Sha256: 39b90fcfcb7153a27df3277158292d73c121821e2ba8fb9444b961cdd30ce29d

Contents?: true

Size: 372 Bytes

Versions: 8

Compression:

Stored size: 372 Bytes

Contents

- title t('.title')

- content_for :head do
  = include_javascripts :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

8 entries across 8 versions & 1 rubygems

Version Path
locomotive_cms-1.0.0.beta.2 app/views/admin/pages/index.html.haml
locomotive_cms-1.0.0.beta app/views/admin/pages/index.html.haml
locomotive_cms-0.0.4.beta12 app/views/admin/pages/index.html.haml
locomotive_cms-0.0.4.beta11 app/views/admin/pages/index.html.haml
locomotive_cms-0.0.4.beta10 app/views/admin/pages/index.html.haml
locomotive_cms-0.0.4.beta9 app/views/admin/pages/index.html.haml
locomotive_cms-0.0.4.beta8 app/views/admin/pages/index.html.haml
locomotive_cms-0.0.4.beta7 app/views/admin/pages/index.html.haml