From 3e0e7e1208e8d3ee3b23df42ea119d7c50b0db5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 28 Jan 2014 10:49:57 +0100 Subject: [fix] inthepoche.com => wallabag.org --- themes/default/view.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/default/view.twig') diff --git a/themes/default/view.twig b/themes/default/view.twig index e7d33ff6..d09977a8 100644 --- a/themes/default/view.twig +++ b/themes/default/view.twig @@ -13,7 +13,7 @@ {% if constant('SHARE_MAIL') == 1 %}
  • {% endif %} {% if constant('SHARE_SHAARLI') == 1 %}
  • {% trans "shaarli" %}
  • {% endif %} {% if constant('FLATTR') == 1 %}{% if flattr.status == constant('FLATTRABLE') %}
  • {% trans "flattr" %}
  • {% elseif flattr.status == constant('FLATTRED') %}
  • {% trans "flattr" %}{{ flattr.numflattrs }}
  • {% endif %}{% endif %} -
  • {% trans "Does this article appear wrong?" %}
  • +
  • {% trans "Does this article appear wrong?" %}
  • -- cgit v1.2.3