forked from External/greenlight
5 lines
293 B
Plaintext
5 lines
293 B
Plaintext
<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>
|