summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-11-18 11:09:41 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-12-21 10:54:54 +0100
commit00300d1df942fe397c28ec209671f49573a2ca90 (patch)
tree49b693cc8aaf00c9004fd5f5bc27bcf8488dd777 /templates
parent891a51103d9c37cac9724407d8b7a4f1e2ddf42d (diff)
Removed star
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/contact.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/contact.html b/templates/contact.html
index 3c29daaf..a342de0d 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -1,6 +1,5 @@
<img class="app-content-list-item-icon contact__icon" ng-show="ctrl.contact.photo()!==undefined" data-ng-src="{{ctrl.contact.photo()}}" />
<div class="app-content-list-item-icon contact__icon" ng-show="ctrl.contact.photo()===undefined" ng-style="{'background-color': (ctrl.contact.uid() | contactColor) }">{{ ctrl.contact.displayName() | firstCharacter }}</div>
-<div class="app-content-list-item-star icon-star" data-starred="false"></div>
<div class="app-content-list-item-failed icon-error" tooltip-placement="auto left" ng-if="ctrl.contact.failedProps.length>0" uib-tooltip="{{ ctrl.t.errorMessage }}"></div>
<div class="app-content-list-item-line-one">{{ ctrl.getName() | newContact }}</div>
<div class="app-content-list-item-line-two" ng-if="ctrl.contact.email()">{{ctrl.contact.email()}}</div>