aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-10-28 10:25:28 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-10-28 10:25:28 +0100
commit37298690251faed707496f2db7fa7edb00ebedce (patch)
treee90230c35bd9c9f5a71931ce06c16bed1eadb72c /src/web/templates
parentspecify npm version (diff)
downloadnewspipe-37298690251faed707496f2db7fa7edb00ebedce.tar.gz
newspipe-37298690251faed707496f2db7fa7edb00ebedce.tar.bz2
newspipe-37298690251faed707496f2db7fa7edb00ebedce.zip
Improved view for the list of public feeds.
Diffstat (limited to 'src/web/templates')
-rw-r--r--src/web/templates/feed_list_per_categories.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/web/templates/feed_list_per_categories.html b/src/web/templates/feed_list_per_categories.html
index 4b0e517e..396139a4 100644
--- a/src/web/templates/feed_list_per_categories.html
+++ b/src/web/templates/feed_list_per_categories.html
@@ -17,7 +17,6 @@
<br />
-{% if feeds | length != 0 %}
<div class="table-responsive">
<table id="table-feeds" class="table table-striped">
<thead>
@@ -51,4 +50,3 @@ $(document).ready(function() {
});
});
</script>
-{% endif %}
bgstack15