Sha256: cb73efaad5adc36693abed41c5c1b675435fca1ee08c73853cf2b6a427a205f1

Contents?: true

Size: 566 Bytes

Versions: 56

Compression:

Stored size: 566 Bytes

Contents

<div id="descriptions_display" class="tab-pane active">
  <%= simple_form_for [hyrax, @form], html: { multipart: true } do |f| %>
    <%= hidden_field_tag('redirect_tab', 'descriptions') %>
    <h1>Descriptions</h1>
      <% f.object.terms.each do |term| %>
        <%= render_edit_field_partial(term, f: f) %>
      <% end %>
    <div>
      <%= button_tag class: 'btn btn-primary btn-lg', id: "upload_submit", name: "update_descriptions" do %>
        <i class="glyphicon glyphicon-floppy-disk"></i> Save Descriptions
      <% end %>
    </div>
  <% end %>
</div>

Version data entries

56 entries across 56 versions & 2 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-2.9.5 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-2.9.4 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-2.9.3 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-2.9.2 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-2.9.1 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-2.9.0 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-2.8.0 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-2.7.2 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-2.7.1 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-2.7.0 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-2.6.0 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-2.5.1 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-2.5.0 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-2.4.1 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-2.4.0 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-2.3.3 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-2.3.2 app/views/hyrax/file_sets/_descriptions.html.erb