X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Fview.twig;h=b7d48c00211f153af002668b29379f7a25d50227;hb=17065e613fde7c4226df66e4a1c57784190f29e1;hp=a6e2a33ac1bc9582072cfefcf494bc7a39d995ac;hpb=cdada41505e77722f86334844d557128e6f4af4f;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/default/view.twig b/themes/default/view.twig index a6e2a33a..b7d48c00 100755 --- a/themes/default/view.twig +++ b/themes/default/view.twig @@ -7,14 +7,17 @@
  • {% trans "Return home" %}
  • {% trans "Back to top" %}
  • {{ entry.url | e | getDomain }}
  • -
  • {% trans "Toggle mark as read" %}
  • -
  • {% trans "Toggle favorite" %}
  • +
  • {% trans "Toggle mark as read" %}
  • +
  • {% trans "Toggle favorite" %}
  • {% trans "Delete" %}
  • {% if constant('SHARE_TWITTER') == 1 %}
  • {% trans "Tweet" %}
  • {% endif %} {% if constant('SHARE_MAIL') == 1 %}
  • {% trans "Email" %}
  • {% 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 %} + {% if constant('SHOW_PRINTLINK') == 1 %}
  • {% trans "Print" %}
  • {% endif %} +
  • EPUB
  • {% trans "Does this article appear wrong?" %}
  • + {% if constant('SHOW_READPERCENT') == 1 %}
  • 0%
  • {% endif %}
    @@ -31,9 +34,63 @@ {{ block('tags') }}
    - +