From 091945da7db0dfd7b0bc3c846bece1de41f4ae8b Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Mon, 27 Apr 2015 14:07:20 -0400 Subject: [PATCH] Display tournament type on tournament show page. --- app/views/tournaments/show.html.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/tournaments/show.html.erb b/app/views/tournaments/show.html.erb index e35c544..2cf68e0 100644 --- a/app/views/tournaments/show.html.erb +++ b/app/views/tournaments/show.html.erb @@ -23,6 +23,11 @@ <%= @tournament.director_email %>

+

+ Tournament Type + <%= @tournament.tournament_type %> +

+

School Lineups