Sha256: f624151a911e7243f61d615f21d7fab43feeeb0235a0cfe7a6d48204d32b3705

Contents?: true

Size: 1.19 KB

Versions: 40

Compression:

Stored size: 1.19 KB

Contents

<div class="Polaris-Layout__AnnotatedSection">
  <div class="Polaris-Layout__AnnotationWrapper">
    <div class="Polaris-Layout__Annotation">
      <div class="Polaris-TextContainer">
        <%= capture(&block) %>
      </div>
    </div>
    <div class="Polaris-Layout__AnnotationContent">
      <div class="Polaris-Card">
        <div class="Polaris-Card__Section">
          <div class="Polaris-FormLayout">

            <% attribute.each do |att| %>
            <div class="Polaris-FormLayout__Item">
              <div class="">
                <div class="Polaris-Labelled__LabelWrapper">
                  <div class="Polaris-Label">
                    <%= form.label att, class: 'Polaris-Label__Text' %>
                  </div>
                </div>
                <div class="Polaris-TextField">
                  <%= input %>
                  <%#= form.send element_type, att, id: "#{form.object.class.name.tableize.singularize}_#{att}", class: "Polaris-TextField__Input" %>
                  <!--<div class="Polaris-TextField__Backdrop"></div>-->
                </div>
              </div>
            </div>
            <% end %>

          </div>
        </div>
      </div>
    </div>
  </div>
</div>

Version data entries

40 entries across 40 versions & 1 rubygems

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