aboutsummaryrefslogtreecommitdiff
path: root/source/static
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-07-25 09:21:58 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-07-25 09:21:58 +0200
commited31a6c5af9edb81c4bd2646c74f2ed47f2c21d8 (patch)
tree528783f37775e6e3e8860574a599da928f02cec0 /source/static
parentAdded a function which returns the number of undeleted documents of the Whoos... (diff)
downloadnewspipe-ed31a6c5af9edb81c4bd2646c74f2ed47f2c21d8.tar.gz
newspipe-ed31a6c5af9edb81c4bd2646c74f2ed47f2c21d8.tar.bz2
newspipe-ed31a6c5af9edb81c4bd2646c74f2ed47f2c21d8.zip
The /management page dislays the number of indexed documents.
Diffstat (limited to 'source/static')
-rw-r--r--source/static/templates/management.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/static/templates/management.html b/source/static/templates/management.html
index 313b2cfd..bbb98e27 100644
--- a/source/static/templates/management.html
+++ b/source/static/templates/management.html
@@ -64,7 +64,7 @@
<br />
<form method=get action="/index_base">
- <input type="submit" value="Index database" /> (faster searches)
+ <input type="submit" value="Index database" /> (${nb_indexed_documents} indexed documents)
</form>
bgstack15