diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/paste.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/paste.tpl b/views/paste.tpl index 6867e11..56902a4 100644 --- a/views/paste.tpl +++ b/views/paste.tpl @@ -1,2 +1,6 @@ % rebase('base.tpl', title='Paste snippets') {{!content}} +<div id="floatingmenu"> +<a href="/">Paste something again</a><br /> +<a href="/{{pid}}/raw">Raw format</a><br /> +</div> |