Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jquery_entry.handlebars « contactsmenu « js « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cbd97056e5ce8ea16b973f7600550d62a82f0715 (plain)
1
2
3
4
5
6
<li>
	<a href="{{hyperlink}}">
		{{#if icon}}<img src="{{icon}}">{{/if}}
		<span>{{title}}</span>
	</a>
</li>