diff options
Diffstat (limited to 'src/include/layout-main.jade')
-rw-r--r-- | src/include/layout-main.jade | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/layout-main.jade b/src/include/layout-main.jade index 0ca3134..8a99a14 100644 --- a/src/include/layout-main.jade +++ b/src/include/layout-main.jade @@ -41,7 +41,7 @@ html(lang="en") #messages #login-block - form.form-inline#login-form(action='#',method='post') + form.form-inline.pull-right#login-form(action='#',method='post') .form-group input.form-control#login-email(type='email',placeholder='Email') | @@ -51,6 +51,8 @@ html(lang="en") .form-group button.btn.btn-default.pull-right#login-submit(role='submit') Login br(style='clear:both;') + a.pull-right(href='/forgot-password'): small Forgot password? + br(style='clear:both;') -var header_jumbotron = false block header |