diff options
Diffstat (limited to 'app/views/admin/dashboard/index.html.erb')
-rw-r--r-- | app/views/admin/dashboard/index.html.erb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/app/views/admin/dashboard/index.html.erb b/app/views/admin/dashboard/index.html.erb index b3dc2e9..169813c 100644 --- a/app/views/admin/dashboard/index.html.erb +++ b/app/views/admin/dashboard/index.html.erb @@ -1,13 +1,9 @@ <h1>Administrateur</h1> -<p> - <%= button_to "Déconnexion", - session_path(session), - method: :delete %> -</p> +<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> + +<%= render "scores_by_category" %> |