diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 09:43:33 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 09:43:33 +0200 |
commit | a62788c61ef80e6b0f1cf0b6304b2dfd2223aa38 (patch) | |
tree | 9fae636bd0d7006e8adcf16783e69130cd6b03d9 /tpl/view.twig | |
parent | 3208d538a750866221fa231d4230082eef90ca69 (diff) | |
download | wallabag-a62788c61ef80e6b0f1cf0b6304b2dfd2223aa38.tar.gz wallabag-a62788c61ef80e6b0f1cf0b6304b2dfd2223aa38.tar.zst wallabag-a62788c61ef80e6b0f1cf0b6304b2dfd2223aa38.zip |
#100: welcome to you, instapaper users
Diffstat (limited to 'tpl/view.twig')
-rw-r--r-- | tpl/view.twig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/view.twig b/tpl/view.twig index 8ef5cd9c..bf9a9af9 100644 --- a/tpl/view.twig +++ b/tpl/view.twig | |||
@@ -8,6 +8,7 @@ | |||
8 | </div> | 8 | </div> |
9 | <div class="tools"> | 9 | <div class="tools"> |
10 | <ul> | 10 | <ul> |
11 | {% if constant('SHARE_TWITTER') == 1 %}<li><a href="https://twitter.com/home?status={{entry.title}}%20{{ entry.url|e }}%20via%20@getpoche" target="_blank" class="tool twitter"><span></span></a></li>{% endif %} | ||
11 | <li><a title="{% trans "toggle mark as read" %}" class="tool archive {% if entry.is_read == 0 %}archive-off{% endif %}" onclick="toggle_archive(this, {{ entry.id|e }})"><span></span></a></li> | 12 | <li><a title="{% trans "toggle mark as read" %}" class="tool archive {% if entry.is_read == 0 %}archive-off{% endif %}" onclick="toggle_archive(this, {{ entry.id|e }})"><span></span></a></li> |
12 | <li><a href="#" id="themeswitch">{% trans "dark" %}</a></li> | 13 | <li><a href="#" id="themeswitch">{% trans "dark" %}</a></li> |
13 | <li><a title="{% trans "toggle favorite" %}" class="tool fav {% if entry.is_fav == 0 %}fav-off{% endif %}" onclick="toggle_favorite(this, {{ entry.id|e }})"><span></span></a></li> | 14 | <li><a title="{% trans "toggle favorite" %}" class="tool fav {% if entry.is_fav == 0 %}fav-off{% endif %}" onclick="toggle_favorite(this, {{ entry.id|e }})"><span></span></a></li> |