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 body #}
|
||||||
|
|
||||||
{# Page footer #}
|
{# Page footer #}
|
||||||
<footer class="footer footer-transparent d-print-none">
|
<footer class="footer d-print-none py-3">
|
||||||
<div class="container-xl">
|
<div class="container-xl d-flex justify-content-between align-items-center">
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
<div class="row text-center align-items-center flex-row-reverse">
|
|
||||||
<div class="col-lg-auto ms-lg-auto">
|
{# Footer links #}
|
||||||
<ul class="list-inline list-inline-dots mb-0">
|
<ul class="list-inline mb-0 fs-2">
|
||||||
{% block footer_links %}
|
{% block footer_links %}
|
||||||
{# Documentation #}
|
{# Documentation #}
|
||||||
<li class="list-inline-item">
|
<li class="list-inline-item">
|
||||||
@ -222,20 +222,19 @@ Blocks:
|
|||||||
</li>
|
</li>
|
||||||
{% endblock footer_links %}
|
{% endblock footer_links %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
{# /Footer links #}
|
||||||
<div class="col-12 col-lg-auto mt-3 mt-lg-0">
|
|
||||||
|
{# Footer text #}
|
||||||
<ul class="list-inline list-inline-dots mb-0">
|
<ul class="list-inline list-inline-dots mb-0">
|
||||||
<li class="list-inline-item">
|
<li class="list-inline-item">
|
||||||
{% annotated_now %} {% now 'T' %}
|
{% annotated_now %} {% now 'T' %}
|
||||||
</li>
|
</li>
|
||||||
<li class="list-inline-item">
|
<li class="list-inline-item">
|
||||||
<a href="./changelog.html" class="link-secondary" rel="noopener">
|
|
||||||
{{ settings.HOSTNAME }} (v{{ settings.VERSION }})
|
{{ settings.HOSTNAME }} (v{{ settings.VERSION }})
|
||||||
</a>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
{# /Footer text #}
|
||||||
</div>
|
|
||||||
{% endblock footer %}
|
{% endblock footer %}
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user