mirror of
https://github.com/miniflux/v2.git
synced 2025-08-16 18:01:37 +00:00
Always display feed entries even when there is a feed error
This commit is contained in:
parent
f593dc8463
commit
8ee1a09dc7
2 changed files with 7 additions and 3 deletions
|
@ -43,7 +43,9 @@
|
|||
<h3>{{ t "alert.feed_error" }}</h3>
|
||||
<p>{{ t .feed.ParsingErrorMsg }}</p>
|
||||
</div>
|
||||
{{ else if not .entries }}
|
||||
{{ end }}
|
||||
|
||||
{{ if not .entries }}
|
||||
{{ if .showOnlyUnreadEntries }}
|
||||
<p class="alert">{{ t "alert.no_unread_entry" }}</p>
|
||||
{{ else }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue