Fix syntax error -- missing comma in _new_crowd.
This commit is contained in:
parent
445711675c
commit
c2766614dd
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
= form_tag(omniauth_authorize_path(:user, :crowd), id: 'new_crowd_user' class: 'show-gl-field-errors') do
|
||||
= form_tag(omniauth_authorize_path(:user, :crowd), id: 'new_crowd_user', class: 'show-gl-field-errors') do
|
||||
.form-group
|
||||
= label_tag 'Username or email', for: :username
|
||||
= text_field_tag :username, nil, {class: "form-control top", title: "This field is required", autofocus: "autofocus", required: true }
|
||||
|
|
Loading…
Reference in a new issue