blob: b3dc2e9ea1e14197b10e2fa9f858b92178b13303 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<h1>Administrateur</h1>
<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>
|