diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2013-07-31 19:03:02 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2013-07-31 19:03:02 +0200 |
commit | 95a7596cb4757e33d31bde1daac9f10c17bec1d4 (patch) | |
tree | 1d33c5b2afe93ab9f42fcdef982f97fd18603426 /tpl/view.html | |
parent | 6d37de5f828b700843567a91418671919eed4be4 (diff) | |
download | wallabag-95a7596cb4757e33d31bde1daac9f10c17bec1d4.tar.gz wallabag-95a7596cb4757e33d31bde1daac9f10c17bec1d4.tar.zst wallabag-95a7596cb4757e33d31bde1daac9f10c17bec1d4.zip |
fix #92: add a link to the top
Diffstat (limited to 'tpl/view.html')
-rw-r--r-- | tpl/view.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tpl/view.html b/tpl/view.html index af94df2e..007d5d4e 100644 --- a/tpl/view.html +++ b/tpl/view.html | |||
@@ -47,7 +47,9 @@ | |||
47 | <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div> | 47 | <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div> |
48 | <div class="backhome"> | 48 | <div class="backhome"> |
49 | <a href="index.php" title="back to home">←</a> | 49 | <a href="index.php" title="back to home">←</a> |
50 | <a href="#" title="back to top">↑</a> | ||
50 | </div> | 51 | </div> |
52 | |||
51 | 53 | ||
52 | {include="js"} | 54 | {include="js"} |
53 | {include="footer"} \ No newline at end of file | 55 | {include="footer"} \ No newline at end of file |