1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-02 16:38:37 +00:00

Show more feed information on edit page

This commit is contained in:
Frédéric Guillot 2017-12-26 20:58:16 -08:00
parent a475b875c5
commit 884446e7b6
5 changed files with 35 additions and 11 deletions

View file

@ -64,6 +64,14 @@
<button type="submit" class="button button-primary" data-label-loading="{{ t "Loading..." }}">{{ t "Update" }}</button> {{ t "or" }} <a href="{{ route "feeds" }}">{{ t "cancel" }}</a>
</div>
</form>
<div class="panel">
<ul>
<li><strong>{{ t "Last checked:"}} </strong>{{ isodate .feed.CheckedAt }}</li>
<li><strong>{{ t "ETag header:"}} </strong>{{ if .feed.EtagHeader }}{{ .feed.EtagHeader }}{{ else }}{{ t "None" }}{{ end }}</li>
<li><strong>{{ t "LastModified header:"}} </strong>{{ if .feed.LastModifiedHeader }}{{ .feed.LastModifiedHeader }}{{ else }}{{ t "None" }}{{ end }}</li>
</ul>
</div>
{{ end }}
{{ end }}

View file

@ -14,7 +14,7 @@
<a href="{{ route "import" }}">{{ t "Import" }}</a>
</li>
<li>
<a href="{{ route "refreshAllFeeds" }}">{{ t "Refresh all feeds in the background" }}</a>
<a href="{{ route "refreshAllFeeds" }}">{{ t "Refresh all feeds in background" }}</a>
</li>
</ul>
</section>