Fix bug #955: fix format of last modified date in the wiki summary

stable
David Barragán Merino 2014-09-18 18:16:48 +02:00
parent d1c47a18fd
commit 1ca461e5e2
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ div.summary.wiki-summary
li
span.number(tg-bo-bind="wiki.editions")
span.description times <br />edited
li
span.number(tg-bo-bind="wiki.modified_date|date:'dd/MM/yyyy HH:mm'")
li(ng-if="wiki.modified_date")
span.number(tg-bo-bind="wiki.modified_date|momentFormat:'DD MMM YYYY HH:mm'")
span.description last <br />edit
li.username-edition(tg-wiki-user-info, ng-model='wiki')