diff options
author | Camil Staps | 2015-05-25 15:00:47 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-25 15:00:47 +0200 |
commit | cba2e9564ab63d22eb362bcc7c095d5148512d1a (patch) | |
tree | 398c4ae4b12c9b9b0d084a3202386b519cb03309 /src/include/layout-main.jade | |
parent | License in all files (diff) |
Resetting password
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 |