mirror of
https://github.com/miniflux/v2.git
synced 2025-10-15 19:42:07 +00:00
Add page to list and remove shared entries
This commit is contained in:
parent
84229f1af9
commit
9871e4f5d0
25 changed files with 457 additions and 51 deletions
|
@ -14,6 +14,15 @@
|
|||
data-label-no="{{ t "confirm.no" }}"
|
||||
data-label-loading="{{ t "confirm.loading" }}">{{ t "menu.flush_history" }}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route "sharedEntries" }}">{{ t "menu.shared_entries" }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
{{ else }}
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{{ route "sharedEntries" }}">{{ t "menu.shared_entries" }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
{{ end }}
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue