X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentry.html.twig;h=31963ae826ad2ecdc5f1d682d01296dce21ef4f4;hb=b89444ad8bb62ad996e84b3f02c7697e5f37ed19;hp=fd84d984edb970d82b206c7f83d94ac633be1397;hpb=0a0c600887dde4cc755de0862a3301830c415882;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig index fd84d984..31963ae8 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig @@ -51,10 +51,18 @@
+
  • + + + {% trans %}Reload content{% endtrans %} + +
    +
  • +
  • - {% trans %}Mark as read{% endtrans %} + {% if entry.isArchived == 0 %}{% trans %}Mark as read{% endtrans %}{% else %}{% trans %}Mark as unread{% endtrans %}{% endif %}
  • @@ -109,9 +117,10 @@ {% if export_epub %}
  • EPUB
  • {% endif %} {% if export_mobi %}
  • MOBI
  • {% endif %} {% if export_pdf %}
  • PDF
  • {% endif %} -
  • CSV
  • -
  • JSON
  • -
  • XML
  • + {% if export_csv %}
  • CSV
  • {% endif %} + {% if export_json %}
  • JSON
  • {% endif %} + {% if export_txt %}
  • TXT
  • {% endif %} + {% if export_xml %}
  • XML
  • {% endif %}