From 99275ab7a150534040547aa09c42647aeec4f95c Mon Sep 17 00:00:00 2001 From: ayush-billore Date: Fri, 3 Nov 2023 15:58:13 +0530 Subject: [PATCH] add cookie policy in application layout Signed-off-by: ayush-billore --- src/supermarket/app/views/layouts/application.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/supermarket/app/views/layouts/application.html.erb b/src/supermarket/app/views/layouts/application.html.erb index 792c3d7e5f..e66280ce96 100644 --- a/src/supermarket/app/views/layouts/application.html.erb +++ b/src/supermarket/app/views/layouts/application.html.erb @@ -70,6 +70,7 @@

<%= link_to 'Code of Conduct', chef_docs_url('community_guidelines') %> <%= link_to 'Terms and Conditions of Use', progress_www_url('legal/terms-of-use') %> <%= link_to 'Privacy Policy', progress_www_url('legal/privacy-policy') %> + <%= link_to 'Cookie Policy', progress_www_url('legal/cookie-policy') %> <%= link_to 'Trademark Policy', progress_www_url('legal/trademarks') %> <%= link_to 'Status', chef_status_url %>