bansho/app/components/table/cell_status_duration/cell_status_duration.html
aviau 24f73d6e66 Prefixed cell names with 'status' + removes useles css
Change-Id: I83a190958149d15f273ee94217cc92cc0ef5db67
2015-05-21 13:39:39 -04:00

4 lines
122 B
HTML

<td class="data-table__duration">
<time class="data-table__data">{{entry.last_state_change | timeElapsed}}</time>
</td>