Sha256: 4c5bc4e23cc3b780cf1a7cef8ec98253d011e9dfa7dbb6d2f6e36167e2ae0838

Contents?: true

Size: 310 Bytes

Versions: 3

Compression:

Stored size: 310 Bytes

Contents

<% unless current_user.can_make_deposits_for.empty? %>
  <div class="controls" id="delegate-actions">
    <%= f.label :owner, 'On Behalf of' %>
    <%= f.select :owner, options_from_collection_for_select(current_user.can_make_deposits_for, 'user_key', 'display_name'), prompt: "Yourself" %>
  </div>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
curate-0.5.4 app/views/curation_concern/base/_on_behalf_of.html.erb
curate-0.5.2 app/views/curation_concern/base/_on_behalf_of.html.erb
curate-0.5.1 app/views/curation_concern/base/_on_behalf_of.html.erb