diff options
Diffstat (limited to 'templates/gui-note.php')
| -rw-r--r-- | templates/gui-note.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/gui-note.php b/templates/gui-note.php index 86336bc..ae004d6 100644 --- a/templates/gui-note.php +++ b/templates/gui-note.php @@ -8,6 +8,7 @@ <div id="app-content" class="content"> <div class="actions"> <a class="button" href="<?php echo p($_['links']['html']); ?>">HTML</a> + <a class="button" href="<?php echo p($_['links']['text']); ?>">Text</a> <a class="button" href="<?php echo p($_['links']['json']); ?>">JSON</a> <a class="button" href="<?php echo p($_['links']['xml']); ?>">XML</a> </div> |
