Sha256: 0556a680534ef23888b98b9fce5fdcd0c2face3a4464a48e00911f9e5d629551
Contents?: true
Size: 380 Bytes
Versions: 15
Compression:
Stored size: 380 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 => 'add' %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
15 entries across 15 versions & 1 rubygems