server/core/js/contactsmenu/jquery_entry.handlebars
Roeland Jago Douma 0a4a23f015
Move jquery.contactsmenu.js to compiled handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-16 09:51:36 +02:00

6 lines
110 B
Handlebars

<li>
<a href="{{hyperlink}}">
{{#if icon}}<img src="{{icon}}">{{/if}}
<span>{{title}}</span>
</a>
</li>