summaryrefslogtreecommitdiffstats
path: root/templates/contact.html
diff options
context:
space:
mode:
authorirgendwie <alexwegoo@gmail.com>2016-03-04 19:30:33 +0100
committerHendrik Leppelsack <hendrik@leppelsack.de>2016-03-05 11:56:26 +0100
commitab7fb71173159f8132f32789ac5e0cab36a0d1b7 (patch)
treeb86cb54019fb628ccbbd1227726fac9fb4ff9b0a /templates/contact.html
parente4d8dcf79e146e4f8e1ccd0e6a60a43bd19abefa (diff)
Fix #132.
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>