mirror of
https://github.com/rickbarrette/redmine_qbo_vehicles.git
synced 2026-08-19 05:30:42 -04:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2f65f90b6 |
@@ -6,7 +6,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<% if show_checkbox %>
|
<% if show_checkbox %>
|
||||||
<%= check_box_tag "vehicle_ids[]", vehicle.id, false, onchange: "updateLink()", data: { url: vehicle_path(vehicle).html_safe, text: vehicle.to_s }, class: "appointment checkbox" %>
|
<%= check_box_tag "vehicle_ids[]", vehicle.id, false, onchange: "updateLink()", data: { url: vehicle_path(vehicle).html_safe, text: vehicle.to_s }, class: "vehicle-checkbox appointment checkbox" %>
|
||||||
<% else %>
|
<% else %>
|
||||||
<div class='checkbox'>
|
<div class='checkbox'>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user