World Tartiflette Tour 2024
<%= image_tag("blason_Savoie.png", :alt => "blason de la Savoie", id: "blason", width: 80) %>
<%= render "code_of_honor" %>
Noter les Tartiflettes
<% @tartiflettes.each do |tartiflette| %>
- <%= tartiflette.scoring_id %>
<% if session[:agreed_to_code_of_honor] %>
<% if TartifletteScoringService.scored?(tartiflette, session) %>
<%= link_to "modifier", tartiflette_edit_scores_path(tartiflette) %>
<% else %>
<%= link_to "noter", new_tartiflette_score_path(tartiflette) %>
<% end %>
<% end %>
<% end %>
<%= link_to "Admin", admin_dashboard_path %>