mirror of https://github.com/iv-org/invidious.git
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>
|
<span><%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% if CONFIG.footer %>
|
<% if CONFIG.footer %>
|
||||||
<div class="h-box" style="padding-top: 1em; padding-bottom: 0.5em;">
|
<div class="h-box v-box" id="footer-info">
|
||||||
<div id="footer-info" style="text-align: center;"><%= CONFIG.footer %></div>
|
<%= CONFIG.footer %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue