Sha256: 8a2a0f6f43c88c87b00b9e44a8aea8aac5325f03bb13b4089fc10746cf328877
Contents?: true
Size: 501 Bytes
Versions: 20
Compression:
Stored size: 501 Bytes
Contents
<%= form_with url: root_url do |form| %> <%= polaris_layout do %> <% goal_input = capture do %> <label> <%= form.radio_button(:goal_mode, "currency") %> Option 1 </label> <label> <%= form.radio_button(:goal_mode, "units") %> Option 2 </label> <% end %> <%= polaris_annotated_section_input form, :goal_mode, goal_input do %> <%= polaris_heading "Random inputs in an annotated section" %> <% end %> <% end %> <% end %>
Version data entries
20 entries across 20 versions & 1 rubygems