diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/_cookies.html.erb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/views/layouts/_cookies.html.erb b/app/views/layouts/_cookies.html.erb index a32549d..7899f53 100644 --- a/app/views/layouts/_cookies.html.erb +++ b/app/views/layouts/_cookies.html.erb @@ -6,7 +6,9 @@ <%= image_tag("baboon_cookie_icon.webp", alt: "Baboon pointing at viewer", id: "baboon") %> -<div class="button-group"> - <%= button_to "Accepter les cookies", accept_cookies_path %> - <%= button_to "Faire un don", gift_nico_path %> + + <div class="button-group"> + <%= button_to "Accepter les cookies", accept_cookies_path %> + <%= button_to "Faire un don", gift_nico_path %> + </div> </div> |