diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-07-31 19:21:49 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-07-31 19:21:49 +0200 |
commit | 70b5d24f72d2c3d410b55665162c0ebc78bc0339 (patch) | |
tree | c8944657242f55b2ecbd5f0dd0fb5973cff89c62 /tpl | |
parent | 3db95a85de1297908e780742cd0b7d779c5f522e (diff) | |
download | wallabag-70b5d24f72d2c3d410b55665162c0ebc78bc0339.tar.gz wallabag-70b5d24f72d2c3d410b55665162c0ebc78bc0339.tar.zst wallabag-70b5d24f72d2c3d410b55665162c0ebc78bc0339.zip |
fix #80: add a link in the footer to report a wrong display
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/view.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tpl/view.html b/tpl/view.html index 007d5d4e..e68cd1a1 100644 --- a/tpl/view.html +++ b/tpl/view.html | |||
@@ -49,6 +49,9 @@ | |||
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 | <a href="#" title="back to top">↑</a> |
51 | </div> | 51 | </div> |
52 | <div class="support"> | ||
53 | 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> | ||
54 | </div> | ||
52 | 55 | ||
53 | 56 | ||
54 | {include="js"} | 57 | {include="js"} |