Sha256: 4d54f362904aa30795428469ed8b8f6f3e8fbcd3e8786203e7ed84d66ab52e52

Contents?: true

Size: 555 Bytes

Versions: 15

Compression:

Stored size: 555 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><%= t('.title') %></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="fa fa-floppy-o"></i> <%= t('.save') %>
      <% end %>
    </div>
  <% end %>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-5.0.4 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-5.0.3 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-5.0.2 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-5.0.1 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-5.0.0 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-4.0.0 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/file_sets/_descriptions.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/file_sets/_descriptions.html.erb