blob: 169813c1ada2c03b706ca4c1c14e1fcc826764a5 (
plain)
1
2
3
4
5
6
7
8
9
|
<h1>Administrateur</h1>
<p><%= button_to "Déconnexion", session_path(session), method: :delete %></p>
<h2>Tartiflettes</h2>
<p><%= link_to "Télécharger tous les scores en format CSV", admin_scores_export_path %></p>
<%= render "scores_by_category" %>
|