Sha256: ec2acb45109b61df25b35ad362edce7df4cf0daf5daf05c6ec7f03b80a128f6e

Contents?: true

Size: 913 Bytes

Versions: 4

Compression:

Stored size: 913 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('sufia.works.edit.additional_fields'),
                    '#extended-terms',
                    class: 'btn btn-default',
                    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

4 entries across 4 versions & 1 rubygems

Version Path
sufia-7.1.0 app/views/curation_concerns/base/_form_metadata.html.erb
sufia-7.0.0 app/views/curation_concerns/base/_form_metadata.html.erb
sufia-7.0.0.rc2 app/views/curation_concerns/base/_form_metadata.html.erb
sufia-7.0.0.rc1 app/views/curation_concerns/base/_form_metadata.html.erb