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

Version Path
polaris_view_helpers-1.2.11 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.2.10 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.2.9 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.2.8 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.2.7 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.2.6 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.2.5 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.2.4 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.2.3 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.2.2 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.2.1 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.2.0 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.1.6 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.1.5 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.0.5 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.0.4 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.0.3 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.0.2 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.0.1 test/dummy/app/views/home/_annotated_section_input.html.erb
polaris_view_helpers-1.0.0 test/dummy/app/views/home/_annotated_section_input.html.erb