aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/management.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-11-21 18:48:06 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-11-21 18:48:06 +0100
commit4be4f98f70144fb1e1aaec6b8fa3033196e292b3 (patch)
tree9cdeaa288c77df6fe5d28243b98a7b75440b9e6c /pyaggr3g470r/templates/management.html
parentNo need to sort the list of articles by date. (diff)
downloadnewspipe-4be4f98f70144fb1e1aaec6b8fa3033196e292b3.tar.gz
newspipe-4be4f98f70144fb1e1aaec6b8fa3033196e292b3.tar.bz2
newspipe-4be4f98f70144fb1e1aaec6b8fa3033196e292b3.zip
Added an option to index all the database.
Diffstat (limited to 'pyaggr3g470r/templates/management.html')
-rw-r--r--pyaggr3g470r/templates/management.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html
index 61da8943..8647f2e3 100644
--- a/pyaggr3g470r/templates/management.html
+++ b/pyaggr3g470r/templates/management.html
@@ -5,6 +5,7 @@
<h1>Your subscriptions</h1>
<p>You are subscribed to {{ nb_feeds }} <a href="/feeds">feeds</a>. Add a <a href="/edit_feed/">feed</a>.</p>
<p>{{ nb_articles }} articles are stored in the database with {{ nb_unread_articles }} <a href="/unread/">unread articles</a>.</p>
+ <a href="/index_database/" class="btn btn-default">Index database</a>
</div>
</div><!-- /.container -->
{% endblock %} \ No newline at end of file
bgstack15