X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentry.html.twig;h=2d3fd5169f7d134a25d5fadfc43ef44f42f17e09;hb=22a267aeffa9e5b7d63e6a149501f9a1448e925f;hp=3b4c7053025b18968b87717d4571d08982700760;hpb=4d5fd9be812825c480589cdcfcec281ffb5aa66a;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 3b4c7053..2d3fd516 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 @@ -1,6 +1,6 @@ {% extends "WallabagCoreBundle::layout.html.twig" %} -{% block title %}{{ entry.title|raw }} ({{ entry.domainName }}){% endblock %} +{% block title %}{{ entry.title|raw }} ({{ entry.domainName|removeWww }}){% endblock %} {% block menu %}
@@ -51,10 +51,18 @@
+
  • + + + {% trans %}Reload content{% endtrans %} + +
    +
  • +
  • - {% trans %}Toggle mark as read{% endtrans %} + {% if entry.isArchived == 0 %}{% trans %}Mark as read{% endtrans %}{% else %}{% trans %}Mark as unread{% endtrans %}{% endif %}
  • @@ -62,7 +70,7 @@
  • - {% trans %}Toggle favorite{% endtrans %} + {% trans %}Favorite{% endtrans %}
  • @@ -89,12 +97,11 @@
    @@ -102,13 +109,17 @@
  • - {% trans %}Download{% endtrans %} + {% trans %}Download{% endtrans %}
      - {% if export_epub %}
    • EPUB
    • {% endif %} - {% if export_mobi %}
    • MOBI
    • {% endif %} - {% if export_pdf %}
    • PDF
    • {% endif %} + {% if craue_setting('export_epub') %}
    • EPUB
    • {% endif %} + {% if craue_setting('export_mobi') %}
    • MOBI
    • {% endif %} + {% if craue_setting('export_pdf') %}
    • PDF
    • {% endif %} + {% if craue_setting('export_csv') %}
    • CSV
    • {% endif %} + {% if craue_setting('export_json') %}
    • JSON
    • {% endif %} + {% if craue_setting('export_txt') %}
    • TXT
    • {% endif %} + {% if craue_setting('export_xml') %}
    • XML
    • {% endif %}
  • @@ -144,9 +155,13 @@ main {

    {{ entry.title|raw }} ✎