summaryrefslogtreecommitdiffstats
path: root/templates/contact.html
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-01-05 12:32:39 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-01-23 05:48:03 +0100
commita45c812d5cf130f7e53e52ad48e7638cb8edb097 (patch)
tree4d4a59691f4d1160cac62ed2b9bea716cbae18d9 /templates/contact.html
parentda70db414812b4a4e48de3a664da88cfa3a0a2ef (diff)
Added vcard error visual
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates/contact.html')
-rw-r--r--templates/contact.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/contact.html b/templates/contact.html
index 48bb74ed..b6e68c00 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -2,6 +2,7 @@
<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" ng-class="{'no-line-two':!ctrl.contact.email()}">{{ ctrl.contact.displayName() | newContact }}</div>
<div class="app-content-list-item-line-two">{{ctrl.contact.email()}}</div>
</a>