1
0
Fork 0
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:
Frédéric Guillot 2019-04-02 21:17:01 -07:00 committed by fguillot
parent f593dc8463
commit 8ee1a09dc7
2 changed files with 7 additions and 3 deletions

View file

@ -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 }}