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.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tournaments/_selected.html.erb b/app/views/tournaments/_selected.html.erb
index 6ba56be..4efd17a 100644
--- a/app/views/tournaments/_selected.html.erb
+++ b/app/views/tournaments/_selected.html.erb
@@ -37,7 +37,7 @@
<% end %>
<% when 3 %>
<% setting.type_opt.split(',').each do |option|%>
- <%= setting_fields.check_box( setting.name, option ) %> <%= option %> <br>
+ <%= check_box_tag(setting.name, value = option, checked = false, options = {}) %> <%= option %> <br>
<% end %>
<% when 4 %>
<%# setting_fields.label "true" %>