From c927cd7c043d982f8ffb51c8a78288d88d825d82 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 22 Apr 2014 15:53:32 -0400 Subject: run ./generate.sh --- app/views/matches/_form.html.erb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (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 65069d1..9e09fd8 100644 --- a/app/views/matches/_form.html.erb +++ b/app/views/matches/_form.html.erb @@ -19,17 +19,13 @@ <%= f.label :tournament_stage_id %>
<%= f.text_field :tournament_stage_id %> -
- <%= f.label :name %>
- <%= f.text_field :name %> -
<%= f.label :winner_id %>
<%= f.text_field :winner_id %>
<%= f.label :remote_id %>
- <%= f.text_field :remote_id %> + <%= f.text_area :remote_id %>
<%= f.label :submitted_peer_evaluations %>
-- cgit v1.2.3-54-g00ecf