1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-02-22 20:46:04 +01:00

fix link to feed in article header

Signed-off-by: Paul Tirk <paultirk@paultirk.com>
This commit is contained in:
Paul Tirk 2024-04-01 21:02:22 +00:00 committed by Benjamin Brahmer
parent e1bcddd52e
commit 3a154dcceb

View File

@ -34,8 +34,7 @@
{{ t('news', 'by') }} {{ item.author }}
</span>
<span v-if="!item.sharedBy" class="source">{{ t('news', 'from') }}
<!-- TODO: Fix link to feed -->
<a :href="`#/items/feeds/${item.feedId}/`">
<a :href="`#/feed/${item.feedId}/`">
{{ getFeed(item.feedId).title }}
<img v-if="getFeed(item.feedId).faviconLink"
:src="getFeed(item.feedId).faviconLink"