Indentation fixes

This commit is contained in:
Paul van Tilburg 2013-07-14 14:33:12 +02:00
parent 47fca9df2a
commit 19d4efaca3
1 changed files with 27 additions and 27 deletions

View File

@ -1877,7 +1877,7 @@ module StopTime::Views
else
table.table.table_condensed do
col.task_list
@billed_tasks[task].each do |billed_task|
@billed_tasks[task].sort_by { |t| t.invoice.number }.each do |billed_task|
tr do
td do
a billed_task.comment_or_name,