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