Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit dbfabc0

Browse files
Merge pull request #250 from dzanchett/issue2906
Issue 2906 fix
2 parents c541fa7 + 4e34ce4 commit dbfabc0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

app/views/tc/reset-password.jade

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838

3939
button.tc-btn(type="submit", ng-disabled='vm.generateTokenForm.email.$invalid || vm.loading', ng-class="{'enabled-button': vm.generateTokenForm.$valid && !vm.loading}") Get Reset Link
4040

41-
a.link(ui-sref="MEMBER_LOGIN") Back to Login
41+
p.link
42+
a(ui-sref="MEMBER_LOGIN") Back to Login
4243

4344
.reset-password-container(ng-show="vm.resetTokenSent")
4445
header
@@ -51,7 +52,8 @@
5152

5253
p(class="m-b-lg") We have sent you an email with a link to reset your password.
5354

54-
a.link(ui-sref="MEMBER_LOGIN") Back to Login
55+
p.link
56+
a(ui-sref="MEMBER_LOGIN") Back to Login
5557

5658
.reset-password-container(ng-show="vm.token")
5759
header
@@ -82,4 +84,5 @@
8284

8385
button.tc-btn(type="submit", ng-disabled='vm.resetPasswordForm.password.$invalid || vm.loading', ng-class="{'enabled-button': vm.resetPasswordForm.$valid && !vm.loading}") Set Password
8486

85-
a.link(ui-sref="MEMBER_LOGIN") Back to Login
87+
p.link
88+
a(ui-sref="MEMBER_LOGIN") Back to Login

0 commit comments

Comments
 (0)