mirror of
https://github.com/wekan/wekan.git
synced 2026-02-26 09:54:08 +01:00
Migrate wekan-fullcalendar to npm FullCalendar v5 and remove Meteor moment package
This commit is contained in:
parent
d796c4d9bb
commit
1b74fd8d4e
21 changed files with 415 additions and 233 deletions
|
|
@ -96,7 +96,7 @@ template(name="myCards")
|
|||
| {{labelName board label}}
|
||||
td
|
||||
if card.dueAt
|
||||
| {{ moment card.dueAt 'LLL' }}
|
||||
| {{ displayDate card.dueAt 'LLL' }}
|
||||
|
||||
template(name="myCardsViewChangePopup")
|
||||
if currentUser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue