center version in footer

This commit is contained in:
Joshua Arts 2018-07-30 15:05:21 -04:00
parent 40aa64f43f
commit d7083363b7
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<footer class="footer">
<p class="left position-absolute mx-3">v <%= Greenlight::Application::VERSION %></p>
<h5 class="text-center"><%= t("footer.powered_by", href: link_to(t("bigbluebutton"), "http://bigbluebutton.org/", target: "_blank", class: "text-blue")).html_safe %></h5>
<footer class="footer pt-3">
<h5 class="text-center mb-1"><%= t("footer.powered_by", href: link_to(t("bigbluebutton"), "http://bigbluebutton.org/", target: "_blank", class: "text-blue")).html_safe %></h5>
<p class="text-center pb-0">v <%= Greenlight::Application::VERSION %></p>
</footer>