diff options
Diffstat (limited to 'app/views/scores/new.html.erb')
-rw-r--r-- | app/views/scores/new.html.erb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/scores/new.html.erb b/app/views/scores/new.html.erb new file mode 100644 index 0000000..cf171cc --- /dev/null +++ b/app/views/scores/new.html.erb @@ -0,0 +1,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" %> |