Sha256: a83846a073c05787d4e9f98d1c8f25ae6974bb4947b45d5839ee92c2d214e78f
Contents?: true
Size: 769 Bytes
Versions: 15
Compression:
Stored size: 769 Bytes
Contents
= form_for [:admin, @navigation] do |f| = hidden_field_tag 'navigation[page_ids][]', nil %header#header #header_actions = button_tag t('spina.save'), class: 'button button-primary' .breadcrumbs= render_breadcrumbs separator: '<div class="divider"></div>' .well .table-container %table.table.table-clickable %tbody= render partial: 'page', collection: Spina::Page.sorted.roots.regular_pages .well .horizontal-form .horizontal-form-group .horizontal-form-label = Spina::Navigation.human_attribute_name :auto_add_pages %small= Spina::Navigation.human_attribute_name :auto_add_pages_description .horizontal-form-content = f.check_box :auto_add_pages, data: {switch: true}
Version data entries
15 entries across 15 versions & 1 rubygems