mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 05:28:16 -06:00
Clean up footer links
This commit is contained in:
parent
36968719ed
commit
a1830cb109
@ -175,12 +175,12 @@ Blocks:
|
||||
{# /Page body #}
|
||||
|
||||
{# Page footer #}
|
||||
<footer class="footer footer-transparent d-print-none">
|
||||
<div class="container-xl">
|
||||
<footer class="footer d-print-none py-3">
|
||||
<div class="container-xl d-flex justify-content-between align-items-center">
|
||||
{% block footer %}
|
||||
<div class="row text-center align-items-center flex-row-reverse">
|
||||
<div class="col-lg-auto ms-lg-auto">
|
||||
<ul class="list-inline list-inline-dots mb-0">
|
||||
|
||||
{# Footer links #}
|
||||
<ul class="list-inline mb-0 fs-2">
|
||||
{% block footer_links %}
|
||||
{# Documentation #}
|
||||
<li class="list-inline-item">
|
||||
@ -222,20 +222,19 @@ Blocks:
|
||||
</li>
|
||||
{% endblock footer_links %}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-12 col-lg-auto mt-3 mt-lg-0">
|
||||
{# /Footer links #}
|
||||
|
||||
{# Footer text #}
|
||||
<ul class="list-inline list-inline-dots mb-0">
|
||||
<li class="list-inline-item">
|
||||
{% annotated_now %} {% now 'T' %}
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="./changelog.html" class="link-secondary" rel="noopener">
|
||||
{{ settings.HOSTNAME }} (v{{ settings.VERSION }})
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{# /Footer text #}
|
||||
|
||||
{% endblock footer %}
|
||||
</div>
|
||||
</footer>
|
||||
|
Loading…
Reference in New Issue
Block a user