Improves datetime. Adds invoice URL

This commit is contained in:
Gustavo Maximiliano Cortez 2016-05-16 17:51:26 -03:00
commit 05e57983c6
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 29 additions and 10 deletions

View file

@ -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>