File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
src/main/resources/templates/user/login Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -47,20 +47,14 @@ <h2><span th:utext="#{user.loginForm.h2}">Your Todo-List for Getting Things Done
47
47
</ button >
48
48
</ div >
49
49
< div class ="col align-middle m-2 p-1 ">
50
- < div class ="btn btn-outline-secondary btn-block ">
51
- < i class ="fas fa-user "> </ i >
52
- < a id ="registerButton " th:href ="@{/user/register/} ">
53
- < s11 th:utext ="#{user.loginForm.register} " class ="align-middle "> register as new user</ s11 >
50
+ < a id ="registerButton " th:href ="@{/user/register/} " class ="btn btn-outline-secondary btn-block ">
51
+ < i class ="fas fa-user "> </ i > < span th:utext ="#{user.loginForm.register} "> </ span >
54
52
</ a >
55
- </ div >
56
53
</ div >
57
54
< div class ="col align-middle m-2 p-1 ">
58
- < div class ="btn btn-outline-secondary btn-block ">
59
- < i class ="fas fa-question-circle "> </ i >
60
- < a id ="passwordResetButton " th:href ="@{/user/resetPassword} " class ="align-middle ">
61
- < span th:utext ="#{user.loginForm.passwordReset} "> Password forgotten?</ span >
55
+ < a id ="passwordResetButton " th:href ="@{/user/resetPassword} " class ="btn btn-outline-secondary btn-block ">
56
+ < i class ="fas fa-question-circle "> </ i > < span th:utext ="#{user.loginForm.passwordReset} "> </ span >
62
57
</ a >
63
- </ div >
64
58
</ div >
65
59
</ div >
66
60
</ div >
You can’t perform that action at this time.
0 commit comments