c9e93b8084
Fixes #11029 For https://github.com/orgs/nextcloud/projects/18 Ship the compiled handlebars templates. This makes it possible to have a scricter CSP. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 lines
296 B
Handlebars
8 lines
296 B
Handlebars
{{#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>{{/if}}
|