X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentry.html.twig;h=095ff7b3eadfedaebc34bca30c272fd430dea1e3;hb=95780f5abe776bdeec3bc78eb3257f7682bb0bf6;hp=9fb820b4a5bdd7086f4a9efa2cce4fa1697ab764;hpb=794dc4ee8adeabb6cf4fa19604b709a53733400e;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 9fb820b4..095ff7b3 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 %}Mark as read{% endtrans %} + {% if entry.isArchived == 0 %}{% trans %}Mark as read{% endtrans %}{% else %}{% trans %}Mark as unread{% endtrans %}{% endif %}
  • @@ -102,13 +110,16 @@
  • - {% trans %}Download{% endtrans %} + {% trans %}Download{% endtrans %}
      - {% if export_epub %}
    • EPUB
    • {% endif %} - {% if export_mobi %}
    • MOBI
    • {% endif %} - {% if export_pdf %}
    • PDF
    • {% endif %} + {% if export_epub %}
    • EPUB
    • {% endif %} + {% if export_mobi %}
    • MOBI
    • {% endif %} + {% if export_pdf %}
    • PDF
    • {% endif %} +
    • CSV
    • +
    • JSON
    • +
    • XML
  • @@ -144,7 +155,7 @@ main {

    {{ entry.title|raw }} ✎