diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2015-03-17 19:53:49 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2015-03-17 19:53:49 +0100 |
| commit | 81554f1309cc6a80578100b9583a591012df0d43 (patch) | |
| tree | e02c44cdca8fcf5cb06289ceb0ba20be3ae658f9 /controller/guicontroller.php | |
| parent | e19fc06310e26dab3ec372fb01676a802fc02234 (diff) | |
| download | grauphel-81554f1309cc6a80578100b9583a591012df0d43.tar.gz grauphel-81554f1309cc6a80578100b9583a591012df0d43.zip | |
standlone HTML output
Diffstat (limited to 'controller/guicontroller.php')
| -rw-r--r-- | controller/guicontroller.php | 3 |
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() |
