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

@ -20,7 +20,7 @@
<td>{{ status.requirement.count }}</td>
<td>{{ status.entitlement.product_name }}</td>
<td>{{ status.entitlement.count }}</td>
<td><span am-time-ago="status.entitlement.expiration.expiration_date" data-title="{{ status.entitlement.expiration.expiration_date }}" bs-tooltip></span></td>
<td><time-ago datetime="status.entitlement.expiration.expiration_date"></time-ago></td>
</tr>
</table>
</div>