1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix(resume): wrong dates

This commit is contained in:
Divlo
2022-05-03 10:05:11 +02:00
parent fb689c9bc1
commit 5d3a287b27
13 changed files with 8036 additions and 4800 deletions

View File

@ -167,7 +167,8 @@
</p>
<p class="text-muted clear-margin">
<small>
<%= degree.startDate %> - <%= degree.endDate %>
<%= degree.startDate %> <%= degree.endDate != null
? " - " + degree.endDate : "" %>
</small>
</p>
</div>