Sha256: 21956fedc4705bbdb2db0a4497d4740ddae4bba2bbd65120de5f63b1c7fdf051

Contents?: true

Size: 931 Bytes

Versions: 10

Compression:

Stored size: 931 Bytes

Contents

        <div class="form-instructions">
          <p>The more descriptive information you provide the better we can serve your needs.</p>
        </div>
        <div class="base-terms">
          <% f.object.primary_terms.each do |term| %>
            <%= render_edit_field_partial(term, f: f) %>
          <% end %>
        </div>
        <%= link_to t('hyrax.works.form.additional_fields'),
                    '#extended-terms',
                    class: 'btn btn-default additional-fields',
                    data: { toggle: 'collapse' },
                    role: "button",
                    'aria-expanded'=> "false",
                    'aria-controls'=> "extended-terms" %>
        <div id="extended-terms" class='collapse'>
          <%= render 'form_media', f: f %>
          <% f.object.secondary_terms.each do |term| %>
            <%= render_edit_field_partial(term, f: f) %>
          <% end %>
        </div>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/base/_form_metadata.html.erb
hyrax-1.1.0 app/views/hyrax/base/_form_metadata.html.erb
hyrax-1.0.5 app/views/hyrax/base/_form_metadata.html.erb
hyrax-1.0.4 app/views/hyrax/base/_form_metadata.html.erb
hyrax-1.0.3 app/views/hyrax/base/_form_metadata.html.erb
hyrax-1.0.2 app/views/hyrax/base/_form_metadata.html.erb
hyrax-1.0.1 app/views/hyrax/base/_form_metadata.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/base/_form_metadata.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/base/_form_metadata.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/base/_form_metadata.html.erb