Sha256: 61cf69d6e69dc1868d2016e535a72c638ce27104337f742fe7eec2e41a456acf

Contents?: true

Size: 758 Bytes

Versions: 17

Compression:

Stored size: 758 Bytes

Contents

= table.awesome_nested_set_actions :parent, scope: ->(navigation_item) { navigation_item.root.navigation.to_param }
= table.association(:navigation, sort: { column_name: 'cmor_cms_navigations.name'}, link_to: ->(navigation_item) { navigation_path(navigation_item.navigation) }, label_method: :human)
= table.column(:name, sort: true) do |navigation_item|
  - capture_haml do
    %span{ class: "indent indent-chars-#{navigation_item.depth * 3}"}= navigation_item.name
= table.column :url, sort: true
= table.column(:page, sort: { column_name: 'cmor_cms_pages.title' }) do |navigation_item|
  - link_to navigation_item.page.title, page_path(navigation_item.page) if navigation_item.page.present?
= table.timestamps(sort: true)
= table.acts_as_published_actions

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
cmor_cms_backend-0.0.60.pre app/views/cmor/cms/backend/navigation_items/_index_table.html.haml
cmor_cms_backend-0.0.59.pre app/views/cmor/cms/backend/navigation_items/_index_table.html.haml
cmor_cms_backend-0.0.58.pre app/views/cmor/cms/backend/navigation_items/_index_table.html.haml
cmor_cms_backend-0.0.57.pre app/views/cmor/cms/backend/navigation_items/_index_table.html.haml
cmor_cms_backend-0.0.56.pre app/views/cmor/cms/backend/navigation_items/_index_table.html.haml
cmor_cms_backend-0.0.55.pre app/views/cmor/cms/backend/navigation_items/_index_table.html.haml
cmor_cms_backend-0.0.54.pre app/views/cmor/cms/backend/navigation_items/_index_table.html.haml
cmor_cms_backend-0.0.53.pre app/views/cmor/cms/backend/navigation_items/_index_table.html.haml
cmor_cms_backend-0.0.52.pre app/views/cmor/cms/backend/navigation_items/_index_table.html.haml
cmor_cms_backend-0.0.51.pre app/views/cmor/cms/backend/navigation_items/_index_table.html.haml
cmor_cms_backend-0.0.50.pre app/views/cmor/cms/backend/navigation_items/_index_table.html.haml
cmor_cms_backend-0.0.49.pre app/views/cmor/cms/backend/navigation_items/_index_table.html.haml
cmor_cms_backend-0.0.48.pre app/views/cmor/cms/backend/navigation_items/_index_table.html.haml
cmor_cms_backend-0.0.45.pre app/views/cmor/cms/backend/navigation_items/_index_table.html.haml
cmor_cms_backend-0.0.44.pre app/views/cmor/cms/backend/navigation_items/_index_table.html.haml
cmor_cms_backend-0.0.43.pre app/views/cmor/cms/backend/navigation_items/_index_table.html.haml
cmor_cms_backend-0.0.42.pre app/views/cmor/cms/backend/navigation_items/_index_table.html.haml