diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 20:10:34 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 20:10:34 +0200 |
commit | 07a5909d73595278436bc9b5064c69ad8476a9c2 (patch) | |
tree | a61947d6ea2ec14cb2e890718abf0c1113d81745 /tpl/config.twig | |
parent | ec3972361d95f6f5956df77f7a76105b5ae6af72 (diff) | |
parent | eb16ab407b4de8fadb432b057a20ecc6d999cbdd (diff) | |
download | wallabag-07a5909d73595278436bc9b5064c69ad8476a9c2.tar.gz wallabag-07a5909d73595278436bc9b5064c69ad8476a9c2.tar.zst wallabag-07a5909d73595278436bc9b5064c69ad8476a9c2.zip |
Merge branch 'dev' of github.com:inthepoche/poche into dev
Diffstat (limited to 'tpl/config.twig')
-rw-r--r-- | tpl/config.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/config.twig b/tpl/config.twig index b41cd306..c838c319 100644 --- a/tpl/config.twig +++ b/tpl/config.twig | |||
@@ -17,7 +17,7 @@ | |||
17 | <li>firefox: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/poche.xpi" title="download the firefox extension">download the extension</a></li> | 17 | <li>firefox: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/poche.xpi" title="download the firefox extension">download the extension</a></li> |
18 | <li>chrome: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/poche.crx" title="download the chrome extension">download the extension</a></li> | 18 | <li>chrome: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/poche.crx" title="download the chrome extension">download the extension</a></li> |
19 | <li>android: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/Poche.apk" title="download the application">download the application</a></li> | 19 | <li>android: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/Poche.apk" title="download the application">download the application</a></li> |
20 | <li>bookmarklet: drag & drop this link to your bookmarks bar <a ondragend="this.click();" style="cursor: move; border: 1px dashed grey; background: white; padding: 5px;" title="i am a bookmarklet, use me !" href="javascript:if(top['bookmarklet-url@inthepoche.com']){top['bookmarklet-url@inthepoche.com'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{{ poche_url }}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "poche it!" %}</a></li> | 20 | <li>bookmarklet: drag & drop this link to your bookmarks bar <a id="bookmarklet" ondragend="this.click();" title="i am a bookmarklet, use me !" href="javascript:if(top['bookmarklet-url@inthepoche.com']){top['bookmarklet-url@inthepoche.com'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{{ poche_url }}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "poche it!" %}</a></li> |
21 | </ul> | 21 | </ul> |
22 | 22 | ||
23 | <h2>{% trans "Updating poche" %}</h2> | 23 | <h2>{% trans "Updating poche" %}</h2> |