GRN-19: Add confirmation for accepting cookies from the site (#345)

* Added a cookie warning

* Cleaned up code to better match application standard
This commit is contained in:
farhatahmad
2019-02-01 12:54:29 -05:00
committed by Jesus Federico
parent ffff724712
commit ecee282fc4
6 changed files with 89 additions and 6 deletions

View File

@ -16,3 +16,5 @@
<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>
</footer>
<%= render "shared/components/cookie_warning" %>