forked from External/greenlight
add version in footer
This commit is contained in:
parent
f91c6d193a
commit
3696fa95d7
|
@ -1,3 +1,4 @@
|
||||||
<footer class="footer page-footer">
|
<footer class="footer page-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")).html_safe %></h5>
|
<h5 class="text-center"><%= t("footer.powered_by", href: link_to(t("bigbluebutton"), "http://bigbluebutton.org/", target: "_blank")).html_safe %></h5>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
module Greenlight
|
||||||
|
class Application
|
||||||
|
VERSION = "2.1.0"
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue