This commit is contained in:
Laura Hausmann 2020-06-15 23:33:24 +02:00
parent 10bb5b41fb
commit c4eb5b3219
Signed by: zotan
GPG Key ID: 5EC1D38FFC321311
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
<td>
<b>@legs.Last().ArrStation.Delimit(30)</b>
<br/>
<small>@DateTime.Parse(legs.Last().DepTime).ToString("ddd dd.MM.yyyy, HH:mm")</small>
<small>@DateTime.Parse(legs.Last().ArrTime).ToString("ddd dd.MM.yyyy, HH:mm")</small>
</td>
<td>
@Html.Raw(legs.Where(leg => !string.IsNullOrWhiteSpace(leg.Comment)).Select(p => p.Comment.Replace(", ", "<br/>")).DefaultIfEmpty("").Aggregate((s1, s2) => $"{s1}<br/>{s2}"))