11 lines
321 B
Handlebars
11 lines
321 B
Handlebars
<a href="/aspects/query" class="selectable aspect-item" data-guid="{{id}}">
|
|
{{#if selected}}
|
|
<i class="entypo-check selected"></i>
|
|
{{else}}
|
|
<div class="entypo-check"></div>
|
|
{{/if}}
|
|
{{name}}
|
|
</a>
|
|
<a href="/contacts?a_id={{id}}" class="action modify_aspect pull-right">
|
|
<i class="entypo-pencil"></i>
|
|
</a>
|