Removes seconds

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-21 20:43:13 -03:00
parent 15c20f38ac
commit c33245d5ef
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
<div class="size-12 text-gray">
<span ng-show="tx.merchant.city && tx.merchant.state">{{tx.merchant.city}}, {{tx.merchant.state}}</span>
<span ng-class="{'m5l':tx.merchant.city && tx.merchant.state}">
{{tx.timestamp | amDateFormat:'h:mm:ss A'}}
{{tx.timestamp | amDateFormat:'h:mm A'}}
</span>
</div>
</div>