summaryrefslogtreecommitdiff
path: root/app/views/tournaments/_selected.html.erb
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-07 02:06:31 -0400
committertkimia <tkimia@purdue.edu>2014-04-07 02:06:31 -0400
commitb7ddee6cc5255355e3f89833548917610760e5e8 (patch)
treec51df15b282b86d39e99cc3a7f4256ba22bf2198 /app/views/tournaments/_selected.html.erb
parentc78b419b494b4dc52e7d83b6028664a04b9cb010 (diff)
new graphics of the day
Diffstat (limited to 'app/views/tournaments/_selected.html.erb')
-rw-r--r--app/views/tournaments/_selected.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/tournaments/_selected.html.erb b/app/views/tournaments/_selected.html.erb
index d37c741..c0f8367 100644
--- a/app/views/tournaments/_selected.html.erb
+++ b/app/views/tournaments/_selected.html.erb
@@ -23,9 +23,9 @@
<% when 0 %>
<%= setting_fields.text_field( setting.name, :name ) %>
<% when 1 %>
- <%= setting_fields.text_area( setting.name, setting.name ) %>
+ <%# setting_fields.text_area( setting.name, setting.name ) %>
<% when 2 %>
- <%= setting_fields.collection_radio_buttons( setting.name, setting.type_opt.split(',') ) %>
+ <%# setting_fields.collection_radio_buttons( setting.name, setting.type_opt.split(',') ) %>
<% when 3 %>
<%= setting_fields.collection_check_boxes( setting.name, setting.type_opt.split(',') ) %>
<% when 4 %>