diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2017-05-12 19:10:08 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2017-05-12 19:10:08 +0200 |
commit | 1473de0aaa1e066bce853fc78a2ba6473a0c176e (patch) | |
tree | 1d6dc1d1dbe7ceaee9fa1637ed41dffea727ca7b /templates/view.html | |
parent | 5123d1a3b48920db78e5ec638d0b1c6a1d513380 (diff) |
Added fullscreen mode.
Diffstat (limited to 'templates/view.html')
-rw-r--r-- | templates/view.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/view.html b/templates/view.html index 0a20a62..a1d00a7 100644 --- a/templates/view.html +++ b/templates/view.html @@ -13,6 +13,8 @@ <div id="alt-links"> {% if hash %} <a href="/raw/{{ hash }}">Download as plain text</a> + — + <a href="/full/{{ hash }}">View in fullscreen</a> {% endif %} </div> {% if rendered %} |