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