2017-09-12 23:28:49 +08:00

9 lines
269 B
Handlebars

{{rate}}
{{#if (and (get this 'completed-icon') completed)}}
<i class="green ace-icon fa fa-check"></i>
{{/if}}
{{#unless goal.editable}}
{{#if (get this 'timeout-icon')}}
<i class="light-orange ace-icon fa fa-hourglass-end"></i>
{{/if}}
{{/unless}}