Sha256: bf09247f9ce699f6227b431d16576a3145f9d90845676f3864c5174a01cd3398
Contents?: true
Size: 370 Bytes
Versions: 11
Compression:
Stored size: 370 Bytes
Contents
<%= content_tag(:fieldset, hidden: @input.hidden?) do %> <% if @input.label %> <%= content_tag(:legend, **@input.label_arguments) do %> <%= @input.label %> <% end %> <% end %> <%= render(SpacingWrapper.new) do %> <% @input.radio_buttons.each do |radio_button| %> <%= render(radio_button.to_component) %> <% end %> <% end %> <% end %>
Version data entries
11 entries across 11 versions & 2 rubygems