9 lines
269 B
Handlebars
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}} |