Remove Date pipe

This commit is contained in:
mauriziovitale84 2016-09-20 17:12:12 +01:00
parent ce9d2d96c6
commit 5dc77e94a3

View File

@ -14,7 +14,7 @@
<span class="mdl-list__item-primary-content" (click)="clickTask($event, task)"> <span class="mdl-list__item-primary-content" (click)="clickTask($event, task)">
<i class="material-icons mdl-list__item-icon">assignment</i> <i class="material-icons mdl-list__item-icon">assignment</i>
<span>{{task.name}}</span> <span>{{task.name}}</span>
<span class="mdl-list__item-sub-title">{{ 'DETAILS.LABELS.TASK_SUBTITLE' | translate:{user: getUserFullName(task.assignee), created: task.created | date:'mediumDate' } }}</span> <span class="mdl-list__item-sub-title">{{ 'DETAILS.LABELS.TASK_SUBTITLE' | translate:{user: getUserFullName(task.assignee), created: task.created} }}</span>
</span> </span>
</li> </li>
</ul> </ul>