Skip to content
Snippets Groups Projects
Commit 9ed80c66 authored by Butler, Alexis (UG - Computer Science)'s avatar Butler, Alexis (UG - Computer Science)
Browse files

Policy footer

parent 9664d48f
No related branches found
No related tags found
No related merge requests found
Pipeline #30787 failed
...@@ -23,5 +23,6 @@ ...@@ -23,5 +23,6 @@
<footer> <footer>
<%= render 'cookies_eu/consent_banner', link: '/policy/cookie-notice', target: '_blank'%> <%= render 'cookies_eu/consent_banner', link: '/policy/cookie-notice', target: '_blank'%>
<%= render 'shared/footer' %>
</footer> </footer>
</html> </html>
<div style="position: fixed; bottom: 0; left: 0; right: 0; background:#343A40; color: white;text-align:center;">
<%=link_to "Cookie Policy", policy_cookie_notice_path%> |
<%=link_to "Privacy Policy", policy_privacy_path%> |
<%=link_to "Security Policy", policy_security_path%>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment