diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-22 15:53:32 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-22 15:53:32 -0400 |
commit | c927cd7c043d982f8ffb51c8a78288d88d825d82 (patch) | |
tree | 600b2ad18f8faa3ff5d31bfe6ac61edf59fb8bc9 /app/views/teams/index.html.erb | |
parent | d36c548ca756f8371c08991287e3625d031cf8b3 (diff) |
run ./generate.sh
Diffstat (limited to 'app/views/teams/index.html.erb')
-rw-r--r-- | app/views/teams/index.html.erb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/teams/index.html.erb b/app/views/teams/index.html.erb index 6a3188d..b077e10 100644 --- a/app/views/teams/index.html.erb +++ b/app/views/teams/index.html.erb @@ -3,7 +3,6 @@ <table> <thead> <tr> - <th>Match</th> <th></th> <th></th> <th></th> @@ -13,7 +12,6 @@ <tbody> <% @teams.each do |team| %> <tr> - <td><%= team.match %></td> <td><%= link_to 'Show', team %></td> <td><%= link_to 'Edit', edit_team_path(team) %></td> <td><%= link_to 'Destroy', team, method: :delete, data: { confirm: 'Are you sure?' } %></td> |