summaryrefslogtreecommitdiffstats
path: root/templates/contact.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/contact.html')
-rw-r--r--templates/contact.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/contact.html b/templates/contact.html
index e170fb46..c9d59e2f 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -4,6 +4,6 @@
<div class="app-content-list-item-star icon-star" data-starred="false"></div>
-<div class="app-content-list-item-line-one">{{ctrl.contact.fullName()}}</div>
+<div class="app-content-list-item-line-one" ng-class="{'no-line-two':!ctrl.contact.email()}">{{ctrl.contact.fullName()}}</div>
<div class="app-content-list-item-line-two">{{ctrl.contact.email()}}</div>
</a>