summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php10
1 files changed, 2 insertions, 8 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 8ea8b168f..9ce6ae10e 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -122,18 +122,12 @@
<span class="author" ng-show="item.author">
<?php p($l->t('by')) ?> {{ ::item.author }}
</span>
- <span ng-if="item.sharedBy == ''" class="source"><?php p($l->t('from')) ?>
- <a ng-href="#/items/feeds/{{ item.feedId }}/">
+ <span class="source"><?php p($l->t('from')) ?>
+ <a ng-href="#/items/feeds/{{ ::item.feedId }}/">
{{ ::Content.getFeed(item.feedId).title }}
<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 from')) ?>
- <a ng-href="#/items/feeds/{{ item.feedId }}/">
- {{ :: item.sharedBy}}
- <img ng-if="Content.getFeed(item.feedId).faviconLink && !Content.isCompactView()" src="{{ ::Content.getFeed(item.feedId).faviconLink }}" alt="favicon">
- </a>
- </span>
</div>
<div class="enclosure" ng-if="Content.getMediaType(item.enclosureMime) == 'audio'">