summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index f210508c6..e41813b76 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -119,10 +119,14 @@
</form>
+ <div ng-class="{'icon-loading-small': App.loading.isLoading('user') }">
+ </div>
<a
ng-repeat="user in Share.userList"
ng-click="Share.shareItem(item.id, user.value.shareWith)">
{{ user.value.shareWith }}
+ <span class="right"
+ ng-class="{'icon-loading-small': App.loading.isLoading(user.value.shareWith)}"></span>
</a>
<p class="label-group"> <?php p($l->t('Share on social media')) ?> </p>