aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/feed_entries.html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-04-29 17:43:40 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-04-29 17:43:40 -0700
commit31da4db14fdda364b1c72460a81e3ccce67ff7e8 (patch)
tree911808c77accb72d99ca4328b8d0907d0a36fdd4 /template/html/feed_entries.html
parentb166ceaea72dc6db77467621ffc270fbdccb6566 (diff)
Do not show save link if no integration is configured
Diffstat (limited to 'template/html/feed_entries.html')
-rw-r--r--template/html/feed_entries.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/feed_entries.html b/template/html/feed_entries.html
index bbc8d79..781000a 100644
--- a/template/html/feed_entries.html
+++ b/template/html/feed_entries.html
@@ -38,7 +38,7 @@
</span>
<span class="category"><a href="{{ route "categoryEntries" "categoryID" .Feed.Category.ID }}">{{ .Feed.Category.Title }}</a></span>
</div>
- {{ template "item_meta" dict "user" $.user "entry" . }}
+ {{ template "item_meta" dict "user" $.user "entry" . "hasSaveEntry" $.hasSaveEntry }}
</article>
{{ end }}
</div>