summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-19 22:20:35 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-19 22:20:35 -0400
commitfdca9f33aadea4f139619f35e992760a0355d007 (patch)
tree2bdb06ba11f0f4cde139572e30c3b8a247fa408d /app/views
parente681498867d6007caa45ab9312057acb5303f609 (diff)
redirect is slightly more intelligent
Diffstat (limited to 'app/views')
-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 c0f8367..d37c741 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 %>