summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorFlurin Rindisbacher <flurischt@users.noreply.github.com>2017-11-28 13:16:51 +0100
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2017-11-28 13:16:51 +0100
commit217485227ad690bb5ab88ff4aee66f6f07128b51 (patch)
treea4be636982afcc8921b542775a9a2c92506c906a /templates
parent176f17e7cb3e68d11b2b500f6f4975daf1b15edd (diff)
add link to open feed-url (fixes #199) (#235)
* add link to open feed-url * add link to feed url using <a> tag * fix typo
Diffstat (limited to 'templates')
-rw-r--r--templates/part.navigation.feed.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php
index 0f9bbaee2..5197d9175 100644
--- a/templates/part.navigation.feed.php
+++ b/templates/part.navigation.feed.php
@@ -149,6 +149,12 @@
</button>
</li>
<li>
+ <a ng-href="{{feed.url}}" target="_blank" rel="noopener noreferrer">
+ <span class="icon-rss"></span>
+ <span><?php p($l->t('Open feed url')); ?></span>
+ </a>
+ </li>
+ <li>
<button ng-click="feed.editing=true">
<span class="icon-rename"></span>
<span><?php p($l->t('Rename')); ?></span>