summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-05 23:47:23 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-05 23:47:23 +0200
commit7f2cc571f6f4c5e96ab2b79f359958eceea0acbc (patch)
tree22b66ec13dea1872fb395f1f0fc4fd889d671e3b /templates/part.items.php
parentf704dfe333acea43387009bed08cc2f09dbb8fd5 (diff)
only show feedname when not displaying feed
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index c93689cf3..8c84c5377 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -24,10 +24,11 @@
</h1>
<h2 class="item_author">
- <?php p($l->t('from')) ?>
- <a href="#"
- ng-show="itemBl.noFeedActive()"
- class="from_feed">{{ itemBl.getFeedTitle(item.id) }}</a>
+ <span ng-show="itemBl.noFeedActive()">
+ <?php p($l->t('from')) ?>
+ <a href="#"
+ class="from_feed">{{ itemBl.getFeedTitle(item.id) }}</a>
+ </span>
<span ui-if="item.author">
<?php p($l->t('by')) ?>
{{ item.author }}