diff options
author | Cédric Picard <cedric.picard@efrei.net> | 2014-11-29 01:52:15 +0100 |
---|---|---|
committer | Cédric Picard <cedric.picard@efrei.net> | 2014-11-29 01:52:15 +0100 |
commit | 016ee202b5fb4b4c77eaffd68f58c59b80e63a7e (patch) | |
tree | 3c8434667053a54f4af24b7e4106318e37e4e482 /views/paste.tpl | |
parent | 5aaa4923f86c6c4df2c5cbdda6cc9ccb7f1eeebf (diff) | |
download | pasteme-016ee202b5fb4b4c77eaffd68f58c59b80e63a7e.tar.gz pasteme-016ee202b5fb4b4c77eaffd68f58c59b80e63a7e.tar.bz2 pasteme-016ee202b5fb4b4c77eaffd68f58c59b80e63a7e.zip |
Fucking great dark theme
Diffstat (limited to 'views/paste.tpl')
-rw-r--r-- | views/paste.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/paste.tpl b/views/paste.tpl index 56902a4..b23badb 100644 --- a/views/paste.tpl +++ b/views/paste.tpl @@ -1,6 +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 /> +<a href="/"><img src="static/esc-icon.png"/></a> +<a href="/{{pid}}/raw"><img src="static/download-icon.png"/></a> </div> |