Sha256: 5754dccaaadceb7ca7253a918e12b46be41aadbd90b77fdba7bdfa242d05bea9
Contents?: true
Size: 591 Bytes
Versions: 7
Compression:
Stored size: 591 Bytes
Contents
<% provide :page_header do %> <h1><span class="fa fa-arrows-h"></span><%= t(:'.title', work_title: @proxy_deposit_request.to_s) %></h1> <% end %> <span class="sr-only"><%= t(:'.sr_only_description', work_title: @proxy_deposit_request.to_s) %></span> <%= simple_form_for @proxy_deposit_request, url: hyrax.work_transfers_path(@work) do |f| %> <%= f.input :transfer_to, placeholder: t(:'.placeholder') %> <%= f.input :sender_comment %> <div class="form-actions"> <%= f.submit class: 'btn btn-primary', data: { confirm: t('.confirm') } %> </div> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems