]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fix #92: add a link to the top
authorNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 31 Jul 2013 17:03:02 +0000 (19:03 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 31 Jul 2013 17:03:02 +0000 (19:03 +0200)
tpl/view.html

index af94df2e09afa4cbf721e368c2f0474d8b9af6fc..007d5d4e31b11b7c3f1e9514e14e596ae8771f70 100644 (file)
@@ -47,7 +47,9 @@
             <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div>
             <div class="backhome">
                 <a href="index.php" title="back to home">&larr;</a>
+                <a href="#" title="back to top">&uarr;</a>
             </div>
+            
 
         {include="js"}
         {include="footer"}
\ No newline at end of file