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/admin/dashboard/index.html.erb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app/views/admin/dashboard/index.html.erb') diff --git a/app/views/admin/dashboard/index.html.erb b/app/views/admin/dashboard/index.html.erb index 30cf866..b3dc2e9 100644 --- a/app/views/admin/dashboard/index.html.erb +++ b/app/views/admin/dashboard/index.html.erb @@ -1,10 +1,13 @@

Administrateur

- -

<%= button_to "Déconnexion", session_path(session), method: :delete %>

+ +

Tartiflettes

+ +<%= render "scores_by_category" %> +

<%= link_to "Télécharger tous les scores en format CSV", admin_scores_export_path %>

-- cgit v1.2.3