Change all uses of am-time-ago to the <time-ago> component

This commit is contained in:
Joseph Schorr 2017-11-27 12:41:19 +02:00
parent 33af54d355
commit 2ea06d3df8
13 changed files with 15 additions and 20 deletions

View file

@ -110,12 +110,12 @@
</td>
<td><span class="max-text" bo-text="key.service"></span></td>
<td>
<span am-time-ago="key.created_date"></span>
<time-ago datetime="key.created_date"></time-ago>
</td>
<td>
<span class="rotation" bo-if="key.expiration_date && willRotate(key)">
<i class="fa" ng-class="getExpirationInfo(key).icon"></i>
Automatically rotated <span am-time-ago="getRotationDate(key)"></span>
Automatically rotated <time-ago datetime="getRotationDate(key)"></time-ago>
</span>
<span bo-if="!willRotate(key)">
<a ng-click="showChangeExpiration(key)">