- large screen breakpoints from BS3 - hover color is the same of link color (variable $blue)
13 lines
307 B
Handlebars
13 lines
307 B
Handlebars
<a href="/aspects/query" class="selectable" 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>
|