diff options
| -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> |
