Sha256: 63316b9ac09e9b5c57697d4f5c1d0e2b823b6a0e93ff727d96743680a009f900

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

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>
<%= form_for @proxy_deposit_request, url: sufia.work_transfers_path(@generic_work), html: {class: 'form-horizontal', id: 'new_transfer'} do |f| %>
  <%= error_messages_for(f.object) %>
  <div class="control-group">
    <%= f.label :transfer_to, "User", class: 'control-label' %>
    <div class="controls">
      <%= f.text_field :transfer_to, "aria-hidden" => true %>
    </div>
  </div>
  <div class="control-group">
    <%= f.label :sender_comment, "Comments", class: 'control-label' %>
    <div class="controls">
    <%= f.text_area :sender_comment %>
    </div>
  </div>

  <div class="form-actions">
    <%= f.submit "Transfer", class: 'btn btn-primary', data: {confirm: "Are you sure you want to transfer ownership of this work to another user? Click Ok to transfer or Cancel to return to the transfer screen"} %>
  </div>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sufia-7.0.0.beta4 app/views/transfers/new.html.erb