Sha256: f8b0e6e752c1a64b958b9dfc28e9c1d07fb5cc5af3476fc787c3a41c1f2bd2d0
Contents?: true
Size: 698 Bytes
Versions: 27
Compression:
Stored size: 698 Bytes
Contents
.section.align-center %h4.link{ id: 'publish-segments', data: { toggle_element: '#segments-table' } }= t('workarea.admin.segments.publish.title') #segments-table.hidden %p= t('workarea.admin.segments.publish.description') .property = label_tag 'active_segment_ids', t('workarea.admin.shared.active_field.only_for'), class: 'property__name' = select_tag 'active_segment_ids', options_from_collection_for_select(segments, :id, :name, model.active_segment_ids), multiple: true, data: { select: { placeholder: t('workarea.admin.shared.active_field.select_segments'), allowClear: true } } %span.property__note= t('workarea.admin.shared.active_field.only_these_segments')
Version data entries
27 entries across 27 versions & 1 rubygems