Replaced old colour picker with a cleaner one (#617)

This commit is contained in:
farhatahmad
2019-07-09 17:03:18 -04:00
committed by Jesus Federico
parent 2a96269d44
commit 338953d728
33 changed files with 85 additions and 693 deletions

View File

@ -14,7 +14,7 @@
%>
<footer class="footer pt-3">
<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>
<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 %> <%= Greenlight::Application::VERSION %></p>
</footer>
<%= render "shared/components/cookie_warning" %>