summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-31 11:59:36 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-04-01 11:26:38 +0200
commitf26219aa4139ea791fdce149df1cd297c4ff0268 (patch)
tree5e7c9e1e2dae588894197d52ec81804773cec507 /templates
parent9b17121c3df479ba9d950a7accfb99e4d858f8d1 (diff)
use proper emptycontent and emptycontent-search class
Diffstat (limited to 'templates')
-rw-r--r--templates/contactList.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/contactList.html b/templates/contactList.html
index e6af1f74..d22a2283 100644
--- a/templates/contactList.html
+++ b/templates/contactList.html
@@ -7,7 +7,7 @@
ng-class="{active: contact.uid() === ctrl.getSelectedId()}">
</div>
<div ng-show="!ctrl.contactList.length && !ctrl.loading && ctrl.searchTerm !== ''">
- <div id="emptysearch" class="">
+ <div id="emptycontent" class="emptycontent-search">
<div class="icon-search"></div>
<h2>{{ctrl.t.emptySearch}}</h2>
</div>