Sha256: 5c804cf3433189b67caddac9eb9db7058d1777fbd82995e02e0aae678bcf0e59
Contents?: true
Size: 592 Bytes
Versions: 13
Compression:
Stored size: 592 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
13 entries across 13 versions & 1 rubygems