@@ -16,8 +16,10 | |||||
16 | <% enabled = Setting.send(setting).include?(value) %> |
|
16 | <% enabled = Setting.send(setting).include?(value) %> | |
17 | <tr> |
|
17 | <tr> | |
18 | <td class="scm_name"> |
|
18 | <td class="scm_name"> | |
|
19 | <label> | |||
19 | <%= check_box_tag("settings[#{setting}][]", value, enabled, :id => nil) %> |
|
20 | <%= check_box_tag("settings[#{setting}][]", value, enabled, :id => nil) %> | |
20 | <%= text.to_s %> |
|
21 | <%= text.to_s %> | |
|
22 | </label> | |||
21 | </td> |
|
23 | </td> | |
22 | <td> |
|
24 | <td> | |
23 | <% if enabled %> |
|
25 | <% if enabled %> |
General Comments 0
You need to be logged in to leave comments.
Login now