Sha256: 5cd0e9617f999c2c4561c7b7cf10f221511798ab07333f9be4eb868b0a14ab7d

Contents?: true

Size: 1.22 KB

Versions: 9

Compression:

Stored size: 1.22 KB

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)

    - if page.templatized?
      %i.icon-cog

    - if page.redirect?
      %i.icon-share-alt

    - unless page.default_response_type?
      %span.response-type= page_response_type_to_string(page)

    - unless page.translated?
      %span.untranslated= t('locomotive.shared.list.untranslated')

    .more
      %span!= t('.updated_at')
      = l page.updated_at, format: :short

      - if !page.index_or_not_found? && can?(:destroy, page)
        = link_to_icon :trash, page_url(page), class: 'remove', data: { 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

9 entries across 9 versions & 1 rubygems

Version Path
locomotive_cms-2.2.3 app/views/locomotive/pages/_page.html.haml
locomotive_cms-2.2.2 app/views/locomotive/pages/_page.html.haml
locomotive_cms-2.2.1 app/views/locomotive/pages/_page.html.haml
locomotive_cms-2.2.0 app/views/locomotive/pages/_page.html.haml
locomotive_cms-2.1.4 app/views/locomotive/pages/_page.html.haml
locomotive_cms-2.1.3 app/views/locomotive/pages/_page.html.haml
locomotive_cms-2.1.2 app/views/locomotive/pages/_page.html.haml
locomotive_cms-2.1.1 app/views/locomotive/pages/_page.html.haml
locomotive_cms-2.1.0 app/views/locomotive/pages/_page.html.haml