Fix syntax error -- missing comma in _new_crowd.

This commit is contained in:
Bryce Johnson 2016-09-29 11:58:43 +02:00
parent 445711675c
commit c2766614dd
1 changed files with 1 additions and 1 deletions

View File

@ -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 }