Updated footer design

This commit is contained in:
Rohan Sircar 2020-07-26 23:55:14 +05:30
parent 6a7f291e5c
commit 60cdc31b3f

View File

@ -80,19 +80,21 @@
<th:block th:fragment="footerFragment">
<!-- Footer -->
<footer class="page-footer font-small blue">
<footer class="footer text-small py-2 bg-dark">
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2020 Copyright:
Chatto
<div>
Build revision: <div th:text="${@environment.getProperty('git.build.version')}">None
<div class="container-fluid">
<div class="row justify-content-between">
<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>
from branch <div th:text="${@environment.getProperty('git.branch')}">None</div>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</th:block>