summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-03-07 01:32:44 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commit099ec7f418848f0d09cba267ce656bdde0d231c3 (patch)
tree679e4d65a2aad30c68e958e6e5ad256f82fdb528
parent4fcd4830305fa08e3d7632811d4c1aa1b03d12a4 (diff)
✨ Show shared_by in every view
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 26fbf2d8d..0c92c3d55 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -200,7 +200,7 @@
<img ng-if="Content.getFeed(item.feedId).faviconLink && !Content.isCompactView()" src="{{ ::Content.getFeed(item.feedId).faviconLink }}" alt="favicon">
</a>
</span>
- <span ng-if="item.sharedBy" class="source"><?php p($l->t('shared by')) ?>
+ <span ng-if="item.sharedBy">- <?php p($l->t('shared by')) ?>
<a>{{ ::item.sharedBy }}</a>
</span>
</div>