summaryrefslogtreecommitdiff
path: root/app/views/tournaments/_selected.html.erb
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-07 02:08:35 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-07 02:08:35 -0400
commit0da3155cc44e257fdcaae81c9dd7f2a38d5389df (patch)
tree0c0bb09cdc6e946ae32b596f78616f74221829f5 /app/views/tournaments/_selected.html.erb
parent4b76651ab6aa295eb9f2f9b7787f8d0fd612526c (diff)
parentb7ddee6cc5255355e3f89833548917610760e5e8 (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
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 %>