summaryrefslogtreecommitdiffstats
path: root/core/src/OC/contactsmenu/list.handlebars
blob: 0bcff7d1a8540820820eb28e57272618541f000a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{#unless contacts.length}}
<div class="emptycontent">
	<div class="icon-search"></div>
	<h2>{{noContactsFoundText}}</h2>
</div>
{{/unless}}
<div id="contactsmenu-contacts"></div>
{{#if contactsAppEnabled}}
<div class="footer"><a href="{{contactsAppURL}}">{{showAllContactsText}}</a></div>
{{else if canInstallApp}}
<div class="footer"><a href="{{contactsAppMgmtURL}}">{{contactsAppMgmtText}}</a></div>
{{/if}}