From fe5c5b24c462243fcb7c13b3f380378d8935fba2 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Tue, 31 Dec 2024 19:24:40 +0100 Subject: Updated views. --- app/views/layouts/_cookies.html.erb | 8 ++++++-- app/views/layouts/_topnav.html.erb | 3 +++ 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'app/views/layouts') diff --git a/app/views/layouts/_cookies.html.erb b/app/views/layouts/_cookies.html.erb index 0e6949a..a32549d 100644 --- a/app/views/layouts/_cookies.html.erb +++ b/app/views/layouts/_cookies.html.erb @@ -3,6 +3,10 @@ Acceptez les cookies ou contribuer 2 € à la tartiflette de Nicolas 💸

- <%= button_to "Accepter les cookies", dismiss_banner_path %> - <%= button_to "Faire un don", dismiss_banner_path %> + <%= image_tag("baboon_cookie_icon.webp", + alt: "Baboon pointing at viewer", + id: "baboon") %> +
+ <%= button_to "Accepter les cookies", accept_cookies_path %> + <%= button_to "Faire un don", gift_nico_path %>
diff --git a/app/views/layouts/_topnav.html.erb b/app/views/layouts/_topnav.html.erb index f93ed99..1131b3e 100644 --- a/app/views/layouts/_topnav.html.erb +++ b/app/views/layouts/_topnav.html.erb @@ -1,5 +1,8 @@ -- cgit v1.2.3