@@ -49,28 +49,26 @@ <h2><span th:utext="#{user.loginForm.h2}">Your Todo-List for Getting Things Done
4949 </ div >
5050 </ div >
5151 </ div >
52- < div class ="card-footer ">
53- < div class ="form-row ">
54- < div class ="col-md-3 mb-3 ">
55- < button id ="loginButton " type ="submit " class ="btn btn-block btn-primary ">
56- < i class ="fas fa-sign-in-alt "> </ i >
57- < span th:utext ="#{user.loginForm.loginButton} "> </ span >
58- </ button >
59- </ div >
60- < div class ="col-md-3 mb-3 ">
61- < a id ="passwordResetButton " th:href ="@{/user/resetPassword} " role ="button "
62- class ="btn btn-block btn-secondary ">
63- < i class ="fas fa-question-circle "> </ i >
64- < span th:utext ="#{user.loginForm.passwordReset} "> Password forgotten?</ span >
65- </ a >
66- </ div >
67- < div class ="col-md-3 mb-3 ">
68- < a id ="registerButton " th:href ="@{/user/register} " role ="button "
69- class ="btn btn-block btn-secondary ">
70- < i class ="fas fa-user "> </ i >
71- < span th:utext ="#{user.loginForm.register} "> register as new user</ span >
72- </ a >
73- </ div >
52+ < div class ="card-footer form-row ">
53+ < div class ="col-md-4 mb-4 ">
54+ < button id ="loginButton " type ="submit " class ="btn btn-block btn-primary ">
55+ < i class ="fas fa-sign-in-alt "> </ i >
56+ < span th:utext ="#{user.loginForm.loginButton} "> </ span >
57+ </ button >
58+ </ div >
59+ < div class ="col-md-4 mb-4 ">
60+ < a id ="passwordResetButton " th:href ="@{/user/resetPassword} " role ="button "
61+ class ="btn btn-block btn-secondary ">
62+ < i class ="fas fa-question-circle "> </ i >
63+ < span th:utext ="#{user.loginForm.passwordReset} "> Password forgotten?</ span >
64+ </ a >
65+ </ div >
66+ < div class ="col-md-4 mb-4 ">
67+ < a id ="registerButton " th:href ="@{/user/register} " role ="button "
68+ class ="btn btn-block btn-secondary ">
69+ < i class ="fas fa-user "> </ i >
70+ < span th:utext ="#{user.loginForm.register} "> register as new user</ span >
71+ </ a >
7472 </ div >
7573 </ div >
7674 </ div >
0 commit comments