fix start of timeline

This commit is contained in:
Torsten
2023-07-11 09:07:27 +03:00
parent 3cb5e2965d
commit 2a7582211e
2 changed files with 5 additions and 2 deletions

View File

@ -18,7 +18,7 @@
- @members.each_with_index do |member , index|
%tr{class: bg_for(index)}
- if( (days = started_days(member)) > 0)
%td.bg-white{colspan: started_days(member)}
%td.bg-white{colspan: days }
- if( (days = stay_days(member)) < 14)
%td{colspan: days}
= small_date(member.arriving)