diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-04-28 21:21:47 -0400 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-04-28 21:21:47 -0400 |
commit | 8db5113a761d443374a64e5e9fe877fafa3f0a50 (patch) | |
tree | 2ee26da4aee9926d44c9fe7faaa3d5705a4a16fc /lib/sampling/manual.html.erb | |
parent | feffb3b186ad2b73bd9868a1eb24ab20f9c71507 (diff) |
Fixed status 2-3 transition and statistic sampling.
Diffstat (limited to 'lib/sampling/manual.html.erb')
-rw-r--r-- | lib/sampling/manual.html.erb | 2 |
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 %> |