Sha256: 628b3b7a5f7043adf0d4a4b798d8d2245f79e75eccfd54d088b9ed3410291ac4
Contents?: true
Size: 1.04 KB
Versions: 12
Compression:
Stored size: 1.04 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(@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
12 entries across 12 versions & 1 rubygems