mirror of
https://github.com/wekan/wekan.git
synced 2026-03-03 20:30:15 +01:00
Fix custom date to display short version on minicard
This commit is contained in:
parent
855151a8d1
commit
b09d656636
4 changed files with 49 additions and 5 deletions
|
|
@ -8,3 +8,7 @@ template(name="dateBadge")
|
|||
time(datetime="{{showISODate}}")
|
||||
| {{showDate}}
|
||||
|
||||
template(name="dateCustomField")
|
||||
a(title="{{showTitle}}" class="{{classes}}")
|
||||
time(datetime="{{showISODate}}")
|
||||
| {{showDate}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue