=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.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.
=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_tag_path(@project.namespace,@project,@tag.name),class: 'btn btn-remove remove-row has-tooltip',title: "Delete tag",method: :delete,data: {confirm: "Deleting the '#{@tag.name}' tag cannot be undone. Are you sure?"}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