summaryrefslogtreecommitdiff
path: root/app/views/tournaments/show.html.erb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-23 14:43:18 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-23 14:43:18 -0400
commit83e9c1bc5d285db2ad54d52171573f3cc739c3c8 (patch)
treef092f50489b3411ba3b5eae66e26a059442201de /app/views/tournaments/show.html.erb
parentea69ff0abf4968474c4ccd4282f30f2d4880f9d9 (diff)
updated views for tournament and seeds
Diffstat (limited to 'app/views/tournaments/show.html.erb')
-rw-r--r--app/views/tournaments/show.html.erb7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/tournaments/show.html.erb b/app/views/tournaments/show.html.erb
index 3f8552e..a5eb46c 100644
--- a/app/views/tournaments/show.html.erb
+++ b/app/views/tournaments/show.html.erb
@@ -57,6 +57,13 @@
<%= @tournament.sampling_method %>
</p>
+<% @tournament.settings.each do |setting| %>
+<p>
+ <strong><%= setting.name %></strong>
+ <%= setting.value %>
+</p>
+<% end %>
+
</span>
<div >