<% provide(:head_title, t("user_projects.edit.head_title", project: @project.name)) %>

<%=t "user_projects.edit.title", user: @up.user.full_name, project: @project.name %>

<%= bootstrap_form_for [@project, @up] do |f| %> <%= f.label t("user_projects.new.role"), style: "margin-top: 10px;" %>

<%= f.submit t("user_projects.edit.update"), style: "margin-top: 10px;" %> <% end %>