agenda-libre-ruby/app/views/regions/_selector_region.haml

14 lines
519 B
Plaintext

- if selector_region.regions.present? || selector_region.url.blank?
%span.region
= f.radio_button :region_id, selector_region.id
= f.label "region_id_#{selector_region.id}" do
= flag_icon selector_region.code.try :downcase
= selector_region
- if selector_region.regions.present?
%small
%em.fa.fa-chevron-right
- if selector_region.regions.present?
.radios
= f.collection_radio_buttons :region_id,
Region.where(region: selector_region), :id, :name