Minor fixes
This commit is contained in:
@ -15,10 +15,10 @@ block content
|
|||||||
label(class='col-sm-2 control-label', for='contactBody') Body
|
label(class='col-sm-2 control-label', for='contactBody') Body
|
||||||
.col-sm-10
|
.col-sm-10
|
||||||
textarea.form-control(type='text', name='contactBody', id='contactBody', rows='7')
|
textarea.form-control(type='text', name='contactBody', id='contactBody', rows='7')
|
||||||
p.help-block Powered by SendGrid
|
|
||||||
.form-group
|
.form-group
|
||||||
.col-sm-offset-2.col-sm-10
|
.col-sm-offset-2.col-sm-10
|
||||||
button.btn.btn-primary(type='submit') Send
|
button.btn.btn-primary(type='submit') Send
|
||||||
|
.pull-right.clearfix Powered by SendGrid
|
||||||
|
|
||||||
if error.length
|
if error.length
|
||||||
.alert.alert-danger
|
.alert.alert-danger
|
||||||
|
@ -3,7 +3,8 @@ extends layout
|
|||||||
block content
|
block content
|
||||||
if messages.length
|
if messages.length
|
||||||
.alert.alert-danger
|
.alert.alert-danger
|
||||||
strong= messages
|
for message in messages
|
||||||
|
div= message
|
||||||
.login-container.signup.animated.fadeIn
|
.login-container.signup.animated.fadeIn
|
||||||
h3.text-center
|
h3.text-center
|
||||||
span.text-primary PROJECT
|
span.text-primary PROJECT
|
||||||
@ -41,8 +42,3 @@ block content
|
|||||||
| GitHub
|
| GitHub
|
||||||
p Already have an account?
|
p Already have an account?
|
||||||
a(href='/login') Login now
|
a(href='/login') Login now
|
||||||
|
|
||||||
if messages.length
|
|
||||||
.alert.alert-danger
|
|
||||||
for message in messages
|
|
||||||
div= message
|
|
||||||
|
Reference in New Issue
Block a user