%= form_for @user,
url: hyrax.dashboard_profile_path(@user.to_param),
html: { multipart: true, class: 'form-horizontal' } do |f| %>
<% if Hyrax.config.arkivo_api? %>
<%= render partial: 'zotero', locals: { f: f, user: @user } %>
<% end %>
<%= render 'trophy_edit', trophies: @trophies %>
<%= f.button ' Save Profile'.html_safe, type: 'submit', class: "btn btn-primary" %>
<% end %>
<%= render 'hyrax/dashboard/_index_partials/proxy_rights', user: @user %>