Sha256: 4e8d36d81ecb0d6a4f96c8c65043d4222f63a4d95b279b4531b5230de19c31fd

Contents?: true

Size: 505 Bytes

Versions: 5

Compression:

Stored size: 505 Bytes

Contents

<h1>Transfer ownership of "<%= @proxy_deposit_request.to_s %>"</h1>
<span class="sr-only">Select a user to transfer <%= @proxy_deposit_request.to_s %> to, add optional comments and then press transfer.</span>
<%= simple_form_for @proxy_deposit_request,
             url: hyrax.work_transfers_path(@work) do |f| %>
  <%= f.input :transfer_to %>
  <%= f.input :sender_comment %>

  <div class="form-actions">
    <%= f.submit class: 'btn btn-primary', data: { confirm: t('.confirm') } %>
  </div>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/transfers/new.html.erb
hyrax-1.1.0 app/views/hyrax/transfers/new.html.erb
hyrax-1.0.5 app/views/hyrax/transfers/new.html.erb
hyrax-1.0.4 app/views/hyrax/transfers/new.html.erb
hyrax-1.0.3 app/views/hyrax/transfers/new.html.erb