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

<%=t "user_projects.new.title", project: @project.name %>

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

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