Improves datetime. Adds invoice URL
This commit is contained in:
parent
2c89ff7f66
commit
05e57983c6
5 changed files with 29 additions and 10 deletions
|
|
@ -61,7 +61,7 @@
|
|||
</div>
|
||||
<div class="large-5 medium-5 small-5 columns text-right">
|
||||
<span class="text-warning" ng-if="item.status == 'ERROR'">Error</span>
|
||||
<span class="text-light" ng-if="item.status != 'ERROR'">{{item.date * 1000 | amCalendar}}</span>
|
||||
<span class="text-light" ng-if="item.status != 'ERROR'">{{item.date * 1000 | amTimeAgo}}</span>
|
||||
</div>
|
||||
<div class="large-1 medium-1 small-1 columns text-right">
|
||||
<i class="icon-arrow-right3 size-18"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue