summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 3dcb3b00a..11b34eea0 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -159,16 +159,16 @@
<div ng-if="Share.isSocialAppEnabled('facebook')" class="col-4">
<a target="_blank"
class="icon-dropdown icon-facebook pr-5"
- ng-href="{{ Share.getFacebookUrl(item.url, item.intro) }}"></a>
+ ng-href="{{ Share.getFacebookUrl(item.url) }}"></a>
</div>
<div ng-if="Share.isSocialAppEnabled('twitter')" class="col-4">
<a target="_blank"
class="icon-dropdown icon-twitter pr-5"
- ng-href="{{ Share.getTwitterUrl(item.url, item.intro) }}"></a>
+ ng-href="{{ Share.getTwitterUrl(item.url) }}"></a>
</div>
<div ng-if="Share.isSocialAppEnabled('email')" class="col-4">
<a class="icon-dropdown icon-mail pr-5"
- ng-href="{{ Share.getEmailUrl(item.url, '<?php p($l->t('I wanted you to see this article')) ?>', item.intro) }}"></a>
+ ng-href="{{ Share.getEmailUrl(item.url, '<?php p($l->t('I wanted you to see this article')) ?>', '<?php p($l->t('Check out this article')) ?>') }}"></a>
</div>
</div>
</div>
@@ -203,7 +203,7 @@
<?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 }}/">
+ <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>