=f.text_field:name,class: "form-control top",required: true,title: "This field is required."
=f.text_field:name,class: "form-control top",required: true,title: "This field is required."
%div.username.form-group
.username.form-group
=f.label:username
=f.label:username
=f.text_field:username,class: "form-control middle",pattern: Gitlab::Regex::NAMESPACE_REGEX_STR_SIMPLE,required: true,title: 'Please create a username with only alphanumeric characters.'
=f.text_field:username,class: "form-control middle",pattern: Gitlab::Regex::NAMESPACE_REGEX_STR_SIMPLE,required: true,title: 'Please create a username with only alphanumeric characters.'
%p.validation-error.hide Username is already taken.
%p.validation-error.hide Username is already taken.
=link_tonamespace_project_note_path(note.project.namespace,note.project,note),title: 'Remove comment',method: :delete,data: {confirm: 'Are you sure you want to remove this comment?'},remote: true,class: 'note-action-button hidden-xs js-note-delete danger'do
=link_tonamespace_project_note_path(note.project.namespace,note.project,note),title: 'Remove comment',method: :delete,data: {confirm: 'Are you sure you want to remove this comment?'},remote: true,class: 'note-action-button hidden-xs js-note-delete danger'do
Custom notification levels are the same as participating levels. With custom notification levels you will also receive notifications for select events. To find out more, check out
Custom notification levels are the same as participating levels. With custom notification levels you will also receive notifications for select events. To find out more, check out