diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-21 18:48:06 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-21 18:48:06 +0100 |
commit | 4be4f98f70144fb1e1aaec6b8fa3033196e292b3 (patch) | |
tree | 9cdeaa288c77df6fe5d28243b98a7b75440b9e6c /pyaggr3g470r/templates/management.html | |
parent | No need to sort the list of articles by date. (diff) | |
download | newspipe-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.html | 1 |
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 |