Fixed error messages css

This commit is contained in:
Sahat Yalkabov
2013-11-18 22:52:56 -05:00
parent d6e87b6c91
commit 7f2e8d2d82
2 changed files with 11 additions and 10 deletions

View File

@ -23,14 +23,14 @@ block content
a.pull-right(href='#') Forgot password? a.pull-right(href='#') Forgot password?
label(for='password') Password label(for='password') Password
input.form-control(type='password', name='password', id='password', placeholder='Password') input.form-control(type='password', name='password', id='password', placeholder='Password')
.checkbox.pull-right .form-group
label .checkbox.pull-right
input(type='checkbox') label
| Remember me input(type='checkbox')
button.btn.btn.btn-success(type='submit') | Remember me
| Log In .form-group
button.btn.btn.btn-success(type='submit') Log In
if messages.length if messages.length
.alert.alert-danger .alert.alert-danger.alert-dismissable
strong Error! strong= messages
| #{messages}

View File

@ -24,7 +24,8 @@ block content
.form-group .form-group
label(for='confirmPassword') Confirm Password label(for='confirmPassword') Confirm Password
input.form-control(type='password', id='confirmPassword', placeholder='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 if messages.length
.alert.alert-danger .alert.alert-danger