@@ -49,28 +49,30 @@ <h2><span th:utext="#{user.loginForm.h2}">Your Todo-List for Getting Things Done
49
49
</ div >
50
50
</ div >
51
51
</ 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 >
52
+ < div class ="card-footer ">
53
+ < div class ="form-row ">
54
+ < div class ="col-md-4 mb-4 ">
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-4 mb-4 ">
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-4 mb-4 ">
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 >
72
74
</ div >
73
- </ div >
75
+ </ div >
74
76
</ div >
75
77
</ form >
76
78
< div id ="user-login-form-more-information ">
0 commit comments