зеркало из https://github.com/nextcloud/news.git
* add link to open feed-url * add link to feed url using <a> tag * fix typo
This commit is contained in:
Родитель
176f17e7cb
Коммит
217485227a
|
@ -148,6 +148,12 @@
|
|||
<span><?php p($l->t('Ignore updated')); ?></span>
|
||||
</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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче