mirror of
https://github.com/miniflux/v2.git
synced 2025-08-16 18:01:37 +00:00
Replace link to categories by a link to the list of entries in "Category > Feeds" page
Solves #659
This commit is contained in:
parent
c9618458cb
commit
d2b360f7b3
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
<h1>{{ .category.Title }} > {{ t "page.feeds.title" }} ({{ .total }})</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{{ route "categories" }}">{{ t "menu.categories" }}</a>
|
||||
<a href="{{ route "categoryEntries" "categoryID" .category.ID }}">{{ t "menu.feed_entries" }}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route "editCategory" "categoryID" .category.ID }}">{{ t "menu.edit_category" }}</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue