From 3a02101e668d6bc1a05d6c6b35708e97d22a104f Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Sun, 14 Mar 2021 21:30:19 +0100 Subject: =?UTF-8?q?=E2=99=BB=EF=B8=8F=20ShareController:=20refactor=20dict?= =?UTF-8?q?ionary=20+=20fncts=20-=20updated=20dictionary=20structure=20to?= =?UTF-8?q?=20contain=20share=20status=20-=20divided=20code=20into=20funct?= =?UTF-8?q?ions=20-=20adapted=20code=20to=20match=20new=20implementation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- templates/part.content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/part.content.php b/templates/part.content.php index a239cf5de..bde264f2e 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -133,7 +133,7 @@ ng-click="Share.shareItem(item.id, user.value.shareWith)"> {{ user.label }} + ng-class="{'icon-loading-small': Share.isLoading(user.value.shareWith), 'icon-checkmark': Share.isSuccessful(item.id, user.value.shareWith)}"> -- cgit v1.2.3