Sha256: 16005c367294f327925a01cdc5d861ebc76abfe12b263403786431715e4c79d9
Contents?: true
Size: 326 Bytes
Versions: 27
Compression:
Stored size: 326 Bytes
Contents
<fieldset> <% 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 %> </fieldset>
Version data entries
27 entries across 27 versions & 1 rubygems