diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-04-23 14:43:18 -0400 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-04-23 14:43:18 -0400 |
commit | 83e9c1bc5d285db2ad54d52171573f3cc739c3c8 (patch) | |
tree | f092f50489b3411ba3b5eae66e26a059442201de /app/views/tournaments/_selected.html.erb | |
parent | ea69ff0abf4968474c4ccd4282f30f2d4880f9d9 (diff) |
updated views for tournament and seeds
Diffstat (limited to 'app/views/tournaments/_selected.html.erb')
-rw-r--r-- | app/views/tournaments/_selected.html.erb | 2 |
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" %> |