Skip to content

Commit

Permalink
#1547 Display the task log date
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani authored and To-om committed Nov 13, 2020
1 parent 0d760c7 commit 8741ff4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/app/views/directives/log-entry.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
<i class="fa fa-trash"></i> Delete
</a>
</span>
<span class="text-muted mr-xs pull-right" ng-bind="log.startDate | showDate"></span>
<span class="text-muted mr-xs pull-right">
<i class="fa fa-calendar"></i>
{{log.date | shortDate}}
</span>
</div>
</div>

Expand Down

0 comments on commit 8741ff4

Please sign in to comment.