fix date mixup in timeline
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
%td{colspan: 7 , class: bg_for(week + 2) }
|
||||
= small_date(Date.today.at_beginning_of_month + week.weeks)
|
||||
%tr
|
||||
- weekly.each do |week , amount|
|
||||
- weekly.each_with_index do |amount , week |
|
||||
%td{colspan: 7, class: bg_for(week + 2) , style: "width: #{week_pixels}px;"}= amount
|
||||
|
||||
- @members.each_with_index do |member , index|
|
||||
|
Reference in New Issue
Block a user