summaryrefslogtreecommitdiff
path: root/app/views/matches/_form.html.erb
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-03-25 17:47:32 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-03-25 17:47:32 -0400
commit433fc302fe2943e89a36657affea39d578475d20 (patch)
treeac22866f93f9353ab9c82978d2eac2fbe0927a4c /app/views/matches/_form.html.erb
parent4e754e04d6bd04267e5a55011aa9f4f2a2fc7859 (diff)
Match Status added
Diffstat (limited to 'app/views/matches/_form.html.erb')
-rw-r--r--app/views/matches/_form.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/matches/_form.html.erb b/app/views/matches/_form.html.erb
index f1e6047..727c002 100644
--- a/app/views/matches/_form.html.erb
+++ b/app/views/matches/_form.html.erb
@@ -12,6 +12,10 @@
<% end %>
<div class="field">
+ <%= f.label :status %><br>
+ <%= f.number_field :status %>
+ </div>
+ <div class="field">
<%= f.label :tournament_id %><br>
<%= f.text_field :tournament_id %>
</div>