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
4747 </ button >
4848 </ div >
4949 < 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 >
5452 </ a >
55- </ div >
5653 </ div >
5754 < 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 >
6257 </ a >
63- </ div >
6458 </ div >
6559 </ div >
6660 </ div >
You can’t perform that action at this time.
0 commit comments