Skip to content

Commit

Permalink
#6372: Remove empty footer div
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Jul 15, 2021
1 parent af92417 commit ab6523a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion netbox/templates/base/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ <h1 class="h2 w-100">{% block title %}{% endblock title %}</h1>
{# Page footer #}
<footer class="footer container-fluid pb-3 pt-4 px-0">
<div class="row align-items-center justify-content-end mx-0">
<div class="col-auto d-none d-md-block"></div>
<div class="col text-center small text-muted">
<span class="fw-light d-block d-md-inline">{% annotated_now %} {% now 'T' %}</span>
<span class="ms-md-3 d-block d-md-inline">{{ settings.HOSTNAME }} (v{{ settings.VERSION }})</span>
Expand Down

0 comments on commit ab6523a

Please sign in to comment.