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

@ -147,10 +147,7 @@
<!-- Last Modified -->
<td class="hidden-xs">
<span bo-if="tag.last_modified" data-title="{{ tag.last_modified | amDateFormat:'dddd, MMMM Do YYYY, h:mm:ss a' }}" bs-tooltip>
<span am-time-ago="tag.last_modified"></span>
</span>
<span bo-if="!tag.last_modified">Unknown</span>
<time-ago datetime="tag.last_modified"></time-ago>
</td>
<!-- Security scanning -->