From e65e2dc1d50210dc9872f2a004714e8acaccca53 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 14 Mar 2019 19:07:40 -0400 Subject: Add score dropdown to Game admin --- app/views/admin/games/_form.html.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/admin/games/_form.html.haml b/app/views/admin/games/_form.html.haml index ed0982e..2ef4463 100644 --- a/app/views/admin/games/_form.html.haml +++ b/app/views/admin/games/_form.html.haml @@ -16,6 +16,10 @@ .progress-field = f.label :progress = f.text_area :progress + .details-module + .score-field + = f.label :score + = f.select :score, 1..10, include_blank: true .details-module .started-field = f.label :started_on -- cgit 1.4.1