aboutsummaryrefslogtreecommitdiff
path: root/controller/guicontroller.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/guicontroller.php')
-rw-r--r--controller/guicontroller.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/controller/guicontroller.php b/controller/guicontroller.php
index 8ebea8c..15380c7 100644
--- a/controller/guicontroller.php
+++ b/controller/guicontroller.php
@@ -122,6 +122,9 @@ class GuiController extends Controller
'note' => $note,
'note-content' => $contentHtml,
'links' => array(
+ 'html' => $this->urlGen->linkToRoute(
+ 'grauphel.notes.html', array('guid' => $guid)
+ ),
'json' => $this->urlGen->linkToRoute(
'grauphel.api.note', array(
'guid' => $guid, 'username' => $this->user->getUid()