Sha256: f114a8f6092c99088fb6b86d7d56595351277fd0e1c7e5b4d32f3ed829a06417
Contents?: true
Size: 1 KB
Versions: 12
Compression:
Stored size: 1 KB
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> <% if f.object.display_additional_fields? %> <%= 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> <% end %>
Version data entries
12 entries across 12 versions & 1 rubygems