Add link on the feed title to items list
This commit is contained in:
parent
450ae98ac1
commit
47a303dbb0
@ -11,8 +11,8 @@
|
||||
</h1>
|
||||
|
||||
<p class="infos">
|
||||
<?= Helper\escape($feed['title']) ?> |
|
||||
<span class="hide-mobile"><?= dt('%A %e %B %Y %k:%M', $item['updated']) ?> |</span>
|
||||
<a href="?action=feed-items&feed_id=<?= $feed['id'] ?>"><?= Helper\escape($feed['title']) ?></a> |
|
||||
<span class="hide-mobile"><?= dt('%e %B %Y - %k:%M', $item['updated']) ?> |</span>
|
||||
|
||||
<?php if ($item['bookmark']): ?>
|
||||
<a href="?action=bookmark&value=0&id=<?= $item['id'] ?>&redirect=<?= $menu ?>"><?= t('remove bookmark') ?></a>
|
||||
|
Loading…
Reference in New Issue
Block a user