diff options
author | Marius Peter <marius.peter@tutanota.com> | 2024-12-31 19:24:40 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2024-12-31 19:24:40 +0100 |
commit | fe5c5b24c462243fcb7c13b3f380378d8935fba2 (patch) | |
tree | 0305a6deee63ec0dbf6405e7b89fb0329cabf964 /app/views/admin | |
parent | 5286e295a5ba141a547475e2c555335d4297fdcb (diff) |
Updated views.
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> |