summaryrefslogtreecommitdiffstats
path: root/templates/contact.html
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-02-12 16:28:20 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-02-12 16:28:20 +0100
commit21c7f92495ba1054d3b8655ef482ddbc849d324a (patch)
tree445df69c10e580f5e118406473aa61f85b8d00fe /templates/contact.html
parent7bf25818cc84c493f048f0c06efab7fd186670c8 (diff)
the full row is clickable, now really
Diffstat (limited to 'templates/contact.html')
-rw-r--r--templates/contact.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/contact.html b/templates/contact.html
index 9a0b1030..2f11a55d 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -1,8 +1,8 @@
-<a ui-sref=".detail({ uid: ctrl.contact.uid() })">
+<a class="app-content-list-item-link" ui-sref=".detail({ uid: ctrl.contact.uid() })">
<div class="app-content-list-item-icon contact__icon" ng-style="{'background-color': (ctrl.contact.uid() | contactColor) }">{{ ctrl.contact.fullName() | firstCharacter }}</div>
<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-two">{{ctrl.contact.email()}}</div>
-</a> \ No newline at end of file
+</a>