Sha256: 9fc9a6ae59d97f7e168e38e7dd03508437b81620bbef07173eb638ec1d6fdd8c
Contents?: true
Size: 887 Bytes
Versions: 46
Compression:
Stored size: 887 Bytes
Contents
<% javascript 'backend/flexible_content_breakpoints' %> <% Udongo::Configs::FlexibleContent::BREAKPOINTS.each do |b| %> <% if b == Udongo::Configs::FlexibleContent::DEFAULT_BREAKPOINT %> <%= form.input( "width_#{b}", as: :select, collection: options_for_column_widths, include_blank: false, label: t('simple_form.labels.defaults.width'), wrapper_html: { data: { default_breakpoint: true }} ) %> <%= link_to icon(:cog, t('b.advanced')), '#', data: { show_all_breakpoints: true } %> <% else %> <%= form.input( "width_#{b}", as: :select, collection: options_for_column_widths, include_blank: false, wrapper_html: { style: 'display: none;', data: { advanced_breakpoint: true, "breakpoint_#{b}": true }} ) %> <% end %> <% end %>
Version data entries
46 entries across 46 versions & 1 rubygems