1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-03 12:43:36 +00:00

Updated views for matches

This commit is contained in:
2015-09-11 13:19:45 -04:00
parent 06635f3d46
commit 052eb1dd95
4 changed files with 11 additions and 13 deletions

View File

@@ -19,10 +19,8 @@
<tbody>
<% @matches.each do |match| %>
<tr>
<td><%= match.r_id %></td>
<td><%= match.g_id %></td>
<td><%= match.g_stat %></td>
<td><%= match.r_stat %></td>
<td><%= match.w1_name %></td>
<td><%= match.w2_name %></td>
<td><%= match.winner_id %></td>
<td><%= match.win_type %></td>
<td><%= match.score %></td>