diff options
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/dashboard/index.html.erb | 7 |
1 files changed, 5 insertions, 2 deletions
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 @@ <h1>Administrateur</h1> -<!-- <h2>Tartiflettes</h2> --> - <p> <%= button_to "Déconnexion", session_path(session), method: :delete %> </p> + +<h2>Tartiflettes</h2> + +<%= render "scores_by_category" %> + <p><%= link_to "Télécharger tous les scores en format CSV", admin_scores_export_path %></p> |