Fixed error messages css
This commit is contained in:
@ -23,14 +23,14 @@ block content
|
||||
a.pull-right(href='#') Forgot password?
|
||||
label(for='password') Password
|
||||
input.form-control(type='password', name='password', id='password', placeholder='Password')
|
||||
.checkbox.pull-right
|
||||
label
|
||||
input(type='checkbox')
|
||||
| Remember me
|
||||
button.btn.btn.btn-success(type='submit')
|
||||
| Log In
|
||||
.form-group
|
||||
.checkbox.pull-right
|
||||
label
|
||||
input(type='checkbox')
|
||||
| Remember me
|
||||
.form-group
|
||||
button.btn.btn.btn-success(type='submit') Log In
|
||||
|
||||
if messages.length
|
||||
.alert.alert-danger
|
||||
strong Error!
|
||||
| #{messages}
|
||||
.alert.alert-danger.alert-dismissable
|
||||
strong= messages
|
@ -24,7 +24,8 @@ block content
|
||||
.form-group
|
||||
label(for='confirmPassword') Confirm Password
|
||||
input.form-control(type='password', id='confirmPassword', placeholder='Confirm Password')
|
||||
button.btn.btn.btn-primary(type='submit') Signup
|
||||
.form-group
|
||||
button.btn.btn.btn-primary(type='submit') Signup
|
||||
|
||||
if messages.length
|
||||
.alert.alert-danger
|
||||
|
Reference in New Issue
Block a user