Sha256: b19d03e42083b047b9c2db81df8e509554e0ac0ae04c714bb897cc78da6722ea
Contents?: true
Size: 450 Bytes
Versions: 28
Compression:
Stored size: 450 Bytes
Contents
.property = label_tag 'rule_locations', t('workarea.admin.fields.locations'), class: 'property__name' = select_tag 'rule[locations]', options_for_select(selected_segment_geolocation_options(rule.locations), rule.locations), multiple: true, data: { remote_select: { options: { tags: true }, source: geolocation_options_segment_rules_path(format: :json) }.to_json } %span.property__note= t('workarea.admin.segment_rules.fields.geolocation.note')
Version data entries
28 entries across 28 versions & 1 rubygems