Sha256: c44ce535971810424950eab352593c82be7f4d73f4770aeba3cc372c2e42a39c
Contents?: true
Size: 1.09 KB
Versions: 19
Compression:
Stored size: 1.09 KB
Contents
<h1>Transfer ownership of "<%= @proxy_deposit_request.title %>"</h1> <span class="sr-only">Select a user to transfer <%= @proxy_deposit_request.title %> to, add optional comments and then press transfer.</span> <%= form_for @proxy_deposit_request, url: sufia.generic_file_transfers_path(@generic_file), html: {class: 'form-horizontal', id: 'new_transfer'} do |f| %> <div class="well"> <%= 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> <div class="form-actions"> <%= f.submit "Transfer", class: 'btn btn-primary', data: {confirm: "Are you sure you want to transfer ownership of this file to another user? Click Ok to transfer or Cancel to return to the transfer screen"} %> </div> <% end %>
Version data entries
19 entries across 19 versions & 1 rubygems