On this date, the member(s) will automatically lose access to this project.
.col-md-2
=f.submit"Add to project",class: "btn btn-create btn-block"
.col-md-1
=link_to"Import",import_namespace_project_project_members_path(@project.namespace,@project),class: "btn btn-default hidden-xs hidden-sm pull-right",title: "Import members from another project"
.form-group
=users_select_tag(:user_ids,multiple: true,class: "input-clamp",scope: :all,email_user: true,placeholder: "Search for members to update or invite")
.help-block.append-bottom-10
Search for members by name, username, or email, or invite new ones using their email address.
On this date, the member(s) will automatically lose access to this project.
=f.submit"Add to project",class: "btn btn-create"
=link_to"Import",import_namespace_project_project_members_path(@project.namespace,@project),class: "btn btn-default hidden-xs hidden-sm pull-right",title: "Import members from another project"