Converted tabs to spaces

This commit is contained in:
Sahat Yalkabov
2014-02-10 11:16:31 -05:00
parent 9d9f9c926c
commit b85954b62f

View File

@ -45,22 +45,22 @@ block content
if secrets.localAuth if secrets.localAuth
.page-header .page-header
h3 Change Password h3 Change Password
form.form-horizontal(action='/account/password', method='POST') form.form-horizontal(action='/account/password', method='POST')
input(type='hidden', name='_csrf', value=token) input(type='hidden', name='_csrf', value=token)
.form-group .form-group
label.col-sm-3.control-label(for='password') New Password label.col-sm-3.control-label(for='password') New Password
.col-sm-4 .col-sm-4
input.form-control(type='password', name='password', id='password') input.form-control(type='password', name='password', id='password')
.form-group .form-group
label.col-sm-3.control-label(for='confirmPassword') Confirm Password label.col-sm-3.control-label(for='confirmPassword') Confirm Password
.col-sm-4 .col-sm-4
input.form-control(type='password', name='confirmPassword', id='confirmPassword') input.form-control(type='password', name='confirmPassword', id='confirmPassword')
.form-group .form-group
.col-sm-offset-3.col-sm-4 .col-sm-offset-3.col-sm-4
button.btn.btn.btn-primary(type='submit') button.btn.btn.btn-primary(type='submit')
i.fa.fa-keyboard-o i.fa.fa-keyboard-o
| Change Password | Change Password
.page-header .page-header
h3 Delete Account h3 Delete Account