diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2015-03-17 22:03:39 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2015-03-17 22:03:39 +0100 |
| commit | a375467d42cb53599ffddbd1d7ce8fae028972f8 (patch) | |
| tree | 806da86795775a9e889c70fc4283dc5d7b76ab78 /controller/guicontroller.php | |
| parent | 81554f1309cc6a80578100b9583a591012df0d43 (diff) | |
| download | grauphel-a375467d42cb53599ffddbd1d7ce8fae028972f8.tar.gz grauphel-a375467d42cb53599ffddbd1d7ce8fae028972f8.zip | |
reStructuredText 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 15380c7..29dd03f 100644 --- a/controller/guicontroller.php +++ b/controller/guicontroller.php @@ -130,6 +130,9 @@ class GuiController extends Controller 'guid' => $guid, 'username' => $this->user->getUid() ) ), + 'text' => $this->urlGen->linkToRoute( + 'grauphel.notes.text', array('guid' => $guid) + ), 'xml' => $this->urlGen->linkToRoute( 'grauphel.notes.xml', array('guid' => $guid) ), |
