Sha256: 04205a83a911fd4aad7dbe3fe7551ded74cf4b19061620936436aa47fcbe36b9

Contents?: true

Size: 548 Bytes

Versions: 38

Compression:

Stored size: 548 Bytes

Contents

= table.column :title, sort: true, class: 'truncate-chars truncate-chars-30'
= table.column :pathname, sort: true, class: 'truncate-chars truncate-chars-30'
= table.column :filename, sort: true, class: 'truncate-chars truncate-chars-30'
= table.boolean :home_page?, sort: true
= table.column :layout, sort: true
= table.column(:navigation_items, sortable: false) do |page|
  - page.navigation_items.collect{ |navigation_item| link_to(navigation_item, navigation_item_path(navigation_item)) }.join('<br />').html_safe
= table.timestamps(sort: true)

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
cmor_cms_backend-0.0.41.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.40.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.39.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.38.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.37.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.36.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.35.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.34.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.33.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.32.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.31.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.30.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.29.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.28.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.27.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.26.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.25.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.24.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.22.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.21.pre app/views/cmor/cms/backend/pages/_index_table.html.haml