Sha256: 28be5ded763f4e70e72d74accc78c02d125ba28529fdca4b3fcda99bf884da1d
Contents?: true
Size: 1.03 KB
Versions: 3
Compression:
Stored size: 1.03 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.generic_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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sufia-7.0.0.beta3 | app/views/transfers/new.html.erb |
sufia-7.0.0.beta2 | app/views/transfers/new.html.erb |
sufia-7.0.0.beta1 | app/views/transfers/new.html.erb |