From efd2ed908de2d79c49d2adb8179dc70ba2383555 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 10 Feb 2016 19:45:34 +0500 Subject: Adding back button for login pages --- api/templates/error.html | 2 +- web/sass-files/sass/partials/_signup.scss | 5 +++++ web/templates/claim_account.html | 2 +- web/templates/docs.html | 2 +- web/templates/find_team.html | 2 +- web/templates/login.html | 2 +- web/templates/password_reset.html | 2 +- web/templates/signup_team_complete.html | 3 +++ web/templates/signup_team_confirm.html | 3 +++ web/templates/signup_user_complete.html | 3 +++ web/templates/verify.html | 2 +- 11 files changed, 21 insertions(+), 7 deletions(-) diff --git a/api/templates/error.html b/api/templates/error.html index 2b6211be2..2f588aead 100644 --- a/api/templates/error.html +++ b/api/templates/error.html @@ -1,7 +1,7 @@ - {{ .ClientCfg.SiteName }} - Error + <span class='fa fa-chevron-left'></span>Back - Error diff --git a/web/sass-files/sass/partials/_signup.scss b/web/sass-files/sass/partials/_signup.scss index 81fe037f7..e9c872a6e 100644 --- a/web/sass-files/sass/partials/_signup.scss +++ b/web/sass-files/sass/partials/_signup.scss @@ -5,6 +5,11 @@ line-height: 33px; padding: 0 1em 0.2em; background: #EEE; + + .fa { + margin-right: 5px; + } + } .signup-team__container { padding: 100px 0px 50px 0px; diff --git a/web/templates/claim_account.html b/web/templates/claim_account.html index bcf63fd95..7580df120 100644 --- a/web/templates/claim_account.html +++ b/web/templates/claim_account.html @@ -7,7 +7,7 @@