X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentry.html.twig;h=987329a5d828cbd6206b9d392485eac182041f66;hb=34806fab1b26eb626862d45402cb4e265cc0af5b;hp=37a29d033e870f67ec2541edf8df91f85911156d;hpb=89e167a45a4815900377743c5ba202ab481d61a4;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 37a29d03..987329a5 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|removeWww }}){% endblock %} +{% block title %}{{ entry.title|striptags|raw }} ({{ entry.domainName|removeWww }}){% endblock %} {% block body_class %}entry{% endblock %} @@ -11,6 +11,11 @@ @@ -46,7 +46,7 @@
  • - + link {{ 'entry.view.left_menu.view_original_article'|trans }} @@ -67,7 +67,7 @@ {% endif %}
  • - + {% if entry.isArchived == 0 %}done{% else %}redo{% endif %} {{ markAsReadLabel|trans }} @@ -75,14 +75,14 @@
  • - + {% if entry.isStarred == 0 %}star_outline{% else %}star{% endif %} {{ 'entry.view.left_menu.set_as_starred'|trans }}
  • - + delete {{ 'entry.view.left_menu.delete'|trans }} @@ -118,38 +118,50 @@ {% endif %} {% if craue_setting('share_twitter') %}
  • - + twitter
  • {% endif %} {% if craue_setting('share_shaarli') %}
  • - - + shaarli
  • {% endif %} + {% if craue_setting('share_scuttle') %} +
  • + + scuttle + +
  • + {% endif %} {% if craue_setting('share_diaspora') %}
  • - - + diaspora*
  • {% endif %} + {% if craue_setting('share_unmark') %} +
  • + + unmark.it + +
  • + {% endif %} {% if craue_setting('carrot') %}
  • - - + Carrot
  • {% endif %} {% if craue_setting('share_mail') %}
  • - + + mail {{ 'entry.view.left_menu.share_email_label'|trans }}
  • @@ -201,43 +213,73 @@ {% block content %}
    -

    {{ entry.title|raw }} ✎

    +

    {{ entry.title|striptags|raw }} ✎

    {{ entry.content | raw }}
    + +
    + + menu + + +