display link to feed source (fix #355)

This commit is contained in:
Athou
2013-07-08 09:37:34 +02:00
parent 5af7a7fc7b
commit 4d8f0865ba
4 changed files with 23 additions and 7 deletions

View File

@@ -43,10 +43,18 @@
<div class="entry-header">
<div class="entry-title">
<a href="{{entry.url}}" target="_blank" ng-bind-html-unsafe="entry.title"></a>
<span class="entry-author" ui-if="entry.author">
<span class="entry-author-prefix">${view.entry_author}</span>
<span class="entry-author-name">{{entry.author}}</span>
</span>
<div class="entry-subtitle">
<span class="entry-source" ui-if="selectedType == 'category'">
<span class="entry-source-prefix">${view.entry_source}</span>
<a ng-click="goToFeed(entry.feedId)" class="pointer">
<span>{{entry.feedName}}</span>
</a>
</span>
<span class="entry-author" ui-if="entry.author">
<span class="entry-author-prefix">${view.entry_author}</span>
<span class="entry-author-name">{{entry.author}}</span>
</span>
</div>
</div>
</div>