summaryrefslogtreecommitdiff
path: root/lib/sampling/manual.html.erb
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-28 21:32:09 -0400
committernfoy <nfoy@purdue.edu>2014-04-28 21:32:09 -0400
commitd52ceaf8d2b823b68edcf3614999b8639a0971f9 (patch)
treebdb969dbad788cb7e63665bf502c754765286db6 /lib/sampling/manual.html.erb
parent819fd70c1285bf5670b68842adad8c77c36d1076 (diff)
parent7410df080be95211daa2e97b8a57faa8aa903b0a (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'lib/sampling/manual.html.erb')
-rw-r--r--lib/sampling/manual.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sampling/manual.html.erb b/lib/sampling/manual.html.erb
index b783506..187f002 100644
--- a/lib/sampling/manual.html.erb
+++ b/lib/sampling/manual.html.erb
@@ -2,7 +2,7 @@
<input type="hidden" name="update_action" value="finish" >
<% @match.teams.each do |team| %>
<label>
- <input type="radio", name="winner", value="<%= team.id %>" >
+ <input type="radio", name="win", value="<%= team.id %>" >
<%= "Team #{team.id} Won" %>
</label>
<% end %>