Sha256: caeabe086b0685db9c327b041f79bcfb6d932605856dfb8916ee094a48ca60b2

Contents?: true

Size: 455 Bytes

Versions: 15

Compression:

Stored size: 455 Bytes

Contents

<%= form_with url: root_url do |form| %>
  <%= polaris_layout do %>
    <%= polaris_annotated_section( heading: "Some heading", description: "A description of this section") do %>
      <%= polaris_form_layout_item_select form, :timezone do %>
        <%= form.time_zone_select :timezone, ActiveSupport::TimeZone.us_zones, {include_blank: true}, id: :setting_timezone, class: "Polaris-Select__Input" %>
      <% end %>
    <% end %>
  <% end %>
<% end %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
polaris_view_helpers-0.0.22 test/dummy/app/views/home/_annotated_section.html.erb
polaris_view_helpers-0.0.21 test/dummy/app/views/home/_annotated_section.html.erb
polaris_view_helpers-0.0.20 test/dummy/app/views/home/_annotated_section.html.erb
polaris_view_helpers-0.0.19 test/dummy/app/views/home/_annotated_section.html.erb
polaris_view_helpers-0.0.18 test/dummy/app/views/home/_annotated_section.html.erb
polaris_view_helpers-0.0.17 test/dummy/app/views/home/_annotated_section.html.erb
polaris_view_helpers-0.0.16 test/dummy/app/views/home/_annotated_section.html.erb
polaris_view_helpers-0.0.15 test/dummy/app/views/home/_annotated_section.html.erb
polaris_view_helpers-0.0.14 test/dummy/app/views/home/_annotated_section.html.erb
polaris_view_helpers-0.0.13 test/dummy/app/views/home/_annotated_section.html.erb
polaris_view_helpers-0.0.12 test/dummy/app/views/home/_annotated_section.html.erb
polaris_view_helpers-0.0.11 test/dummy/app/views/home/_annotated_section.html.erb
polaris_view_helpers-0.0.10 test/dummy/app/views/home/_annotated_section.html.erb
polaris_view_helpers-0.0.9 test/dummy/app/views/home/_annotated_section.html.erb
polaris_view_helpers-0.0.8 test/dummy/app/views/home/_annotated_section.html.erb