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
|
@ -6,7 +6,7 @@
|
|||
</div>
|
||||
<div class="timing">
|
||||
<i class="fa fa-clock-o"></i>
|
||||
Started: <span am-time-ago="build.started || 0"></span>
|
||||
Started: <time-ago datetime="build.started"></time-ago>
|
||||
</div>
|
||||
<div class="build-progress" build="build"></div>
|
||||
</div>
|
||||
|
|
Reference in a new issue