Change all uses of am-time-ago to the <time-ago> component
This commit is contained in:
parent
33af54d355
commit
2ea06d3df8
13 changed files with 15 additions and 20 deletions
|
@ -29,7 +29,7 @@
|
|||
first-line-only="true"></markdown-view>
|
||||
</p>
|
||||
<p class="result-info-bar">
|
||||
<span class="info-span">Last Modified: <span am-time-ago="result.last_modified * 1000"></span></span>
|
||||
<span class="info-span">Last Modified: <time-ago datetime="result.last_modified * 1000"></time-ago></span>
|
||||
<span class="info-span activity">
|
||||
activity
|
||||
<span class="strength-indicator" value="::result.popularity"
|
||||
|
|
Reference in a new issue