Updated footer design
This commit is contained in:
parent
6a7f291e5c
commit
60cdc31b3f
@ -80,19 +80,21 @@
|
|||||||
|
|
||||||
<th:block th:fragment="footerFragment">
|
<th:block th:fragment="footerFragment">
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer class="page-footer font-small blue">
|
<footer class="footer text-small py-2 bg-dark">
|
||||||
|
|
||||||
<!-- Copyright -->
|
<div class="container-fluid">
|
||||||
<div class="footer-copyright text-center py-3">© 2020 Copyright:
|
<div class="row justify-content-between">
|
||||||
Chatto
|
|
||||||
<div>
|
|
||||||
Build revision: <div th:text="${@environment.getProperty('git.build.version')}">None
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
from branch <div th:text="${@environment.getProperty('git.branch')}">None</div>
|
|
||||||
</div>
|
|
||||||
<!-- Copyright -->
|
|
||||||
|
|
||||||
|
<div class="col-md-4 text-center text-md-left ">Chatto Version:
|
||||||
|
<strong th:text="${@environment.getProperty('git.build.version')}">None
|
||||||
|
</strong>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4 text-center text-md-right">Branch <strong
|
||||||
|
th:text="${@environment.getProperty('git.branch')}">
|
||||||
|
None</strong>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
</th:block>
|
</th:block>
|
||||||
|
Loading…
Reference in New Issue
Block a user