From 6684e7ef558f6b123577019708f6495f3475593c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 28 Apr 2014 19:41:42 -0400 Subject: Use labels in lib/sampling/manual.html.erb --- lib/sampling/manual.html.erb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/sampling/manual.html.erb b/lib/sampling/manual.html.erb index 7b71c29..b783506 100644 --- a/lib/sampling/manual.html.erb +++ b/lib/sampling/manual.html.erb @@ -1,11 +1,13 @@ <% if @tournament.hosts.include? @current_user %> <% @match.teams.each do |team| %> - - <%= "Team #{team.id} Won" %> + <% end %>
<% else %>

The match is running; the host has yet to post the scores of the match.

-<% end %> \ No newline at end of file +<% end %> -- cgit v1.2.3