]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/view.html
fix #80: add a link in the footer to report a wrong display
[github/wallabag/wallabag.git] / tpl / view.html
index 9ba5e208d45cd45f84b97ea4f95c5fd66ec6c3c1..e68cd1a148585f0ca7900a7dc085cfdc65e765ca 100644 (file)
@@ -38,6 +38,7 @@
                 <h1><a href="{$url}">{$title}</a></h1>
                 <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div>
             </header>
+            {include="messages"}
             <article>
                 <div id="readityourselfcontent">
                     {$content}
             <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>
-        </div>
+            <div class="support">
+                this article appears wrong? <a href="https://github.com/inthepoche/poche/issues/new">create an issue</a> or <a href="mailto:support@inthepoche.com">contact us by mail</a>
+            </div>
+            
 
         {include="js"}
-
-        <footer class="mr2 mt3 smaller">
-            <p>powered by <a href="http://inthepoche.com">poche</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p>
-        </footer>
-
-    </body>
-</html>
\ No newline at end of file
+        {include="footer"}
\ No newline at end of file