Sha256: ca88dc502a37759e670c5758bb708678e33669b6309ca4dbd62b8d3149f1339f

Contents?: true

Size: 582 Bytes

Versions: 11

Compression:

Stored size: 582 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)
= table.acts_as_published_actions

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cmor_cms_backend-0.0.54.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.53.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.52.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.51.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.50.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.49.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.48.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.45.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.44.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.43.pre app/views/cmor/cms/backend/pages/_index_table.html.haml
cmor_cms_backend-0.0.42.pre app/views/cmor/cms/backend/pages/_index_table.html.haml