@@ -42,7 +42,7 | |||||
42 | <%= check_box_tag("tracker_ids[]", tracker.id, |
|
42 | <%= check_box_tag("tracker_ids[]", tracker.id, | |
43 | (@selected_tracker_ids.include? tracker.id.to_s), |
|
43 | (@selected_tracker_ids.include? tracker.id.to_s), | |
44 | :id => nil) %> |
|
44 | :id => nil) %> | |
45 |
<%= |
|
45 | <%= tracker.name %> | |
46 | </label> |
|
46 | </label> | |
47 | </li> |
|
47 | </li> | |
48 | <% end %> |
|
48 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now