Updated footer design
This commit is contained in:
parent
6a7f291e5c
commit
60cdc31b3f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user