summaryrefslogtreecommitdiff
path: root/app/views/matches/index.html.erb
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-05 19:56:18 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-05 19:56:18 -0400
commit6cbbb7833ea55123389356579ccccbc59dde4db9 (patch)
treeac91b1aa9828909cc932c2487b94c0cef8bf3428 /app/views/matches/index.html.erb
parentfca133856e323d01aa88e0e60acba762378dd9e3 (diff)
Match status 1 page
Diffstat (limited to 'app/views/matches/index.html.erb')
-rw-r--r--app/views/matches/index.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/matches/index.html.erb b/app/views/matches/index.html.erb
index d4ddb0e..219507d 100644
--- a/app/views/matches/index.html.erb
+++ b/app/views/matches/index.html.erb
@@ -18,6 +18,7 @@
<td><%= match.id%></td>
<td><%= match.name %></td>
<td><%= link_to "Show", tournament_match_path(@tournament, match) %>
+ <td><%= submit_tag("Start Match") %>
</tr>
<% end %>
</tbody>