From: Nicolas LÅ“uillet Date: Fri, 23 Aug 2013 20:04:09 +0000 (+0200) Subject: encode url to share with twitter / email / shaarli X-Git-Tag: 1.0-beta4~21 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=cf9e886076a2ec10749268afa4c671dd9d6f3262;p=github%2Fwallabag%2Fwallabag.git encode url to share with twitter / email / shaarli --- diff --git a/tpl/view.twig b/tpl/view.twig index 82d1fd2a..89ff1823 100644 --- a/tpl/view.twig +++ b/tpl/view.twig @@ -8,8 +8,9 @@
  • {% trans "toggle mark as read" %}
  • {% trans "toggle favorite" %}
  • {% trans "delete" %}
  • - {% if constant('SHARE_TWITTER') == 1 %}
  • {% endif %} - {% if constant('SHARE_MAIL') == 1 %}
  • {% endif %} + {% if constant('SHARE_TWITTER') == 1 %}
  • {% endif %} + {% if constant('SHARE_MAIL') == 1 %}
  • {% endif %} + {% if constant('SHARE_SHAARLI') == 1 %}
  • {% endif %}
    @@ -27,8 +28,9 @@
  • {% trans "toggle mark as read" %}
  • {% trans "toggle favorite" %}
  • {% trans "delete" %}
  • - {% if constant('SHARE_TWITTER') == 1 %}
  • {% endif %} - {% if constant('SHARE_MAIL') == 1 %}
  • {% endif %} + {% if constant('SHARE_TWITTER') == 1 %}
  • {% endif %} + {% if constant('SHARE_MAIL') == 1 %}
  • {% endif %} + {% if constant('SHARE_SHAARLI') == 1 %}
  • {% endif %}

    {% trans "this article appears wrong?" %} {% trans "create an issue" %} {% trans "or" %} {% trans "contact us by mail" %}