engine/app/views/locomotive/pages/index.html.haml

20 lines
446 B
Plaintext
Raw Normal View History

2010-04-24 00:32:36 +00:00
- title t('.title')
- content_for :submenu do
= render 'locomotive/shared/menu/contents'
- content_for :actions do
= render 'locomotive/shared/actions/contents'
2010-04-25 00:33:38 +00:00
- if can? :create, Locomotive::Page
- content_for :buttons do
= local_action_button :new, new_page_url, :class => 'new', :id => 'newpage'
2010-04-25 00:33:38 +00:00
2010-07-21 23:56:42 +00:00
%p!= t('.help')
2010-04-25 00:33:38 +00:00
- if @pages.empty?
%p.no-items!= t('.no_items', :url => new_page_url)
2010-04-25 00:33:38 +00:00
- else
%ul#pages-list
= render @pages