diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-10-14 07:46:07 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-10-14 07:46:07 +0200 |
| commit | 0b208d3ef2a8501713169b74eb0b48e2e3bb10a6 (patch) | |
| tree | 37b473aa590fe3aab0b7448c35312f1f437915fc /templates/indexStats.php | |
| parent | ca442a803832c885af7835c5fcf7cd48cfe752ce (diff) | |
| download | grauphel-0b208d3ef2a8501713169b74eb0b48e2e3bb10a6.tar.gz grauphel-0b208d3ef2a8501713169b74eb0b48e2e3bb10a6.zip | |
Link pages from stats
Diffstat (limited to 'templates/indexStats.php')
| -rw-r--r-- | templates/indexStats.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/indexStats.php b/templates/indexStats.php index 435e9d9..a238c8c 100644 --- a/templates/indexStats.php +++ b/templates/indexStats.php @@ -1,9 +1,9 @@ <h2>Statistics</h2> <dl> - <dt>Number of notes</dt> + <dt>Number of <a class="lined" href="<?php p(OCP\Util::linkToRoute('grauphel.gui.tag', array('rawtag' => 'grauphel:special:all'))); ?>">notes</a></dt> <dd><?php p($_['notes']); ?></dd> - <dt>Number of registered apps</dt> + <dt>Number of <a class="lined" href="<?php p(OCP\Util::linkToRoute('grauphel.gui.tokens')); ?>">registered apps</a></dt> <dd><?php p($_['tokens']); ?></dd> <dt>Sync revision</dt> |
