diaspora/app/assets/templates/aspect_tpl.jst.hbs
Pablo Cuadrado 37e3a2749f - left background to the far left of the screen
- large screen breakpoints from BS3
- hover color is the same of link color (variable $blue)
2015-08-11 18:08:26 +02:00

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>