File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
example/src/main/resources/templates Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1717 < div class ="container ">
1818 < div class ="row justify-content-md-center ">
1919 < div class ="col-xs-12 col-md-8 " style ="padding-top: 3rem; ">
20+ < p class ="text-end p-4 ">
21+ < button id ="webeid-logout-button " class ="btn btn-primary "> Logout</ button >
22+ </ p >
2023 < div style ="text-align: center; ">
2124 < h2 class ="adding-signature "> Sign a document</ h2 >
2225 < p th:text ="'Welcome, ' + ${principalName} + '!' " class ="welcome-line "> </ p >
@@ -27,7 +30,6 @@ <h2 class="adding-signature">Sign a document</h2>
2730 < button id ="webeid-download-button " class ="btn btn-success " style ="display: none; "> Download container</ button >
2831 </ p >
2932 </ div >
30- < button id ="webeid-logout-button " class ="btn btn-primary "> Logout</ button >
3133 </ div >
3234 </ div >
3335 < div id ="error-message " class ="alert alert-danger " style ="display: none; " role ="alert ">
Original file line number Diff line number Diff line change 2121< div class ="container ">
2222 < div class ="row justify-content-md-center ">
2323 < div class ="col-xs-12 col-md-8 " style ="padding-top: 3rem; ">
24+ < p class ="text-end p-4 ">
25+ < button id ="webeid-logout-button " class ="btn btn-primary "> Logout</ button >
26+ </ p >
2427 < div style ="text-align: center; ">
2528 < h2 class ="adding-signature "> Digital signing</ h2 >
2629 < p th:text ="'Welcome, ' + ${principalName} + '!' " class ="welcome-line "> </ p >
@@ -44,7 +47,6 @@ <h2 class="adding-signature">Digital signing</h2>
4447 </ button >
4548 </ p >
4649 </ div >
47- < button id ="webeid-logout-button " class ="btn btn-primary "> Logout</ button >
4850 </ div >
4951</ div >
5052
You can’t perform that action at this time.
0 commit comments