forked from External/greenlight
John ui fix issue#256 (#257)
Greenlight Homepage should display "Welcome to BigBlueButton", "powered by Greenlight"
This commit is contained in:
@ -14,6 +14,6 @@
|
||||
%>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
</footer>
|
||||
|
Reference in New Issue
Block a user