mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-03 17:34:28 +05:30
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
@ -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 New Issue
Block a user