From f5d36fc67d1994b7cc1ce02e7be2767ffcb47857 Mon Sep 17 00:00:00 2001 From: guntasgrewal Date: Thu, 6 Mar 2014 17:25:40 -0500 Subject: new generate --- app/views/teams/show.html.erb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/views/teams/show.html.erb') diff --git a/app/views/teams/show.html.erb b/app/views/teams/show.html.erb index 5b18d33..e41692a 100644 --- a/app/views/teams/show.html.erb +++ b/app/views/teams/show.html.erb @@ -1,4 +1,9 @@

<%= notice %>

+

+ Match: + <%= @team.match %> +

+ <%= link_to 'Edit', edit_team_path(@team) %> | <%= link_to 'Back', teams_path %> -- cgit v1.2.3-54-g00ecf