Greenlight landing page layout adjustments, general cleanup and responsive styles (#271)

This commit is contained in:
Tyler Copeland
2018-09-19 15:28:48 -04:00
committed by Jesus Federico
parent c05d2e314d
commit 423ec6c828
7 changed files with 48 additions and 60 deletions

3
app/views/shared/_footer.html.erb Normal file → Executable file
View File

@ -14,6 +14,5 @@
%>
<footer class="footer pt-3">
<h5 class="text-center mb-1"><%= t("footer.powered_by", href: link_to(t("greenlight"), "https://bigbluebutton.org/2018/07/09/greenlight-2-0/", target: "_blank", class: "text-green")).html_safe %></h5>
<p class="text-center pb-0">v <%= Greenlight::Application::VERSION %></p>
<p class="text-center mb-1"><%= t("footer.powered_by", href: link_to(t("greenlight"), "https://bigbluebutton.org/2018/07/09/greenlight-2-0/", target: "_blank")).html_safe %> v <%= Greenlight::Application::VERSION %></p>
</footer>