From c3af0f5b51dfe842ad9e4c5ea93e202e26e818ac Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Mon, 7 Apr 2014 04:16:18 -0400 Subject: Ran generate.sh --- app/views/matches/_form.html.erb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/views/matches/_form.html.erb') diff --git a/app/views/matches/_form.html.erb b/app/views/matches/_form.html.erb index 9fe255c..bb33501 100644 --- a/app/views/matches/_form.html.erb +++ b/app/views/matches/_form.html.erb @@ -31,6 +31,10 @@ <%= f.label :remote_id %>
<%= f.text_field :remote_id %> +
+ <%= f.label :submitted_peer_evaluations %>
+ <%= f.number_field :submitted_peer_evaluations %> +
<%= f.submit %>
-- cgit v1.2.3-54-g00ecf