blob: cf171ccb393b53c7b6edd955dd79d0e20b0a5aab (
plain)
1
2
3
4
5
6
7
|
<h1>Noter la Tartiflette nº<%= @tartiflette.scoring_id %></h1>
<%= render "form",
form_url: tartiflette_scores_path(@tartiflette),
form_method: :post,
existing_scores: [],
submit_text: "Envoyer mes scores" %>
|