Sha256: bc5ed72cfac51421cf9d2e4195e6befada181a2e3ae012cf93687e95ab65f41a
Contents?: true
Size: 963 Bytes
Versions: 1
Compression:
Stored size: 963 Bytes
Contents
- if page.not_found? %li.sep %li{ :id => "item-#{page.id}", :class => "page #{css_for_page(page)}" } - children = can?(:manage, page) ? page.children : page.children.find_all { |p| !p.templatized? } - with_children = !children.empty? - if not page.index? and with_children = page_toggler(page) .inner - unless page.index_or_not_found? %em = link_to truncate(page.title, :length => 80), edit_page_url(page) .more %span!= t('.updated_at') = l page.updated_at, :format => :short - if !page.index_or_not_found? && can?(:manage, page) = link_to 'x', page_url(page), :class => 'remove', :confirm => t('locomotive.messages.confirm'), :method => :delete - if with_children %ul{ :id => "folder-#{page._id}", :class => "page folder depth-#{(page.depth || 0) + 1}", :'data-url' => sort_page_url(page), :style => "display: #{cookies["folder-#{page._id}"] || 'block'}" } = render children
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
locomotive_cms-2.0.0.rc1 | app/views/locomotive/pages/_page.html.haml |