summaryrefslogtreecommitdiff
path: root/app/views/tournaments/_selected.html.erb
diff options
context:
space:
mode:
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 %>