Highlight project/task rows in the invoice select form view

This commit is contained in:
Paul van Tilburg 2015-06-20 18:29:07 +02:00
parent d4b75e1e04
commit da7d49eaf1
1 changed files with 1 additions and 1 deletions

View File

@ -2586,7 +2586,7 @@ module StopTime::Views
end end
tbody do tbody do
@hourly_rate_tasks.keys.each do |task| @hourly_rate_tasks.keys.each do |task|
tr.task do tr.info do
td.col_md_1 do td.col_md_1 do
label.checkbox do label.checkbox do
_form_input_checkbox("tasks[]", task.id, true) _form_input_checkbox("tasks[]", task.id, true)