From 3b282494027e4ed8f63c46ba530727c5378064fb Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Mon, 7 Apr 2014 13:20:55 -0400 Subject: Added sprint 3 documents. --- app/views/matches/show.html.erb | 62 ++++++++++++----------------------------- 1 file changed, 18 insertions(+), 44 deletions(-) (limited to 'app/views') diff --git a/app/views/matches/show.html.erb b/app/views/matches/show.html.erb index 1f14e05..ba1ff9b 100644 --- a/app/views/matches/show.html.erb +++ b/app/views/matches/show.html.erb @@ -1,29 +1,16 @@ -
-
- Status: - <% case @match.status %> - <% when 0 %> - Match Not Started - <% when 1 %> - Match in Progress - <% when 2 %> - Peer Review in Progress - <% when 3 %> - Finished - <% end %> - <%= @match.status %> - -
-
- Tournament: - <%= @match.tournament.name %> -
+

+ Status: + <%= @match.status %> +

+

+ Tournament: + <%= @match.tournament.id %> +

-
- Name: - <%= @match.name %> -
-
+

+ Name: + <%= @match.name %> +