mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Thank you @realcharmer for the suggested changes
Co-authored-by: Emil Miler <118818237+realcharmer@users.noreply.github.com>
This commit is contained in:
parent
77d4fd390a
commit
f51a435f75
1 changed files with 5 additions and 5 deletions
|
@ -153,11 +153,11 @@
|
|||
<span><%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %></span>
|
||||
</div>
|
||||
</div>
|
||||
<% if CONFIG.footer %>
|
||||
<div class="h-box" style="padding-top: 1em; padding-bottom: 0.5em;">
|
||||
<div id="footer-info" style="text-align: center;"><%= CONFIG.footer %></div>
|
||||
</div>
|
||||
<% end %>
|
||||
<% if CONFIG.footer %>
|
||||
<div class="h-box v-box" id="footer-info">
|
||||
<%= CONFIG.footer %>
|
||||
</div>
|
||||
<% end %>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue