X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentry.html.twig;h=c3508083076c378945756d4887cb014e7c5f615f;hb=7d1d961267c129e2110ce9cc14c5a9d0a7d255cb;hp=5635a01c3fe5081a510754276567f822dc24cd30;hpb=d5d4708fe373de8ea6fbf6355febece3c9c20840;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 5635a01c..c3508083 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 %} @@ -46,14 +46,14 @@
  • - + link {{ 'entry.view.left_menu.view_original_article'|trans }}
  • -
  • +
  • autorenew {{ 'entry.view.left_menu.re_fetch_content'|trans }} @@ -67,7 +67,7 @@ {% endif %}
  • - + {% if entry.isArchived == 0 %}done{% else %}redo{% endif %} {{ markAsReadLabel|trans }} @@ -75,21 +75,21 @@
  • - + {% if entry.isStarred == 0 %}star_outline{% else %}star{% endif %} {{ 'entry.view.left_menu.set_as_starred'|trans }}
  • -
  • - +
  • + delete {{ 'entry.view.left_menu.delete'|trans }}
  • -
  • +
  • label_outline {{ 'entry.view.left_menu.add_a_tag'|trans }} @@ -118,14 +118,14 @@ {% endif %} {% if craue_setting('share_twitter') %}
  • - + twitter
  • {% endif %} {% if craue_setting('share_shaarli') %}
  • - + shaarli @@ -133,15 +133,23 @@ {% endif %} {% if craue_setting('share_diaspora') %}
  • - + diaspora*
  • {% endif %} + {% if craue_setting('share_unmark') %} +
  • + + + unmark.it + +
  • + {% endif %} {% if craue_setting('carrot') %}
  • - + Carrot @@ -149,7 +157,7 @@ {% endif %} {% if craue_setting('share_mail') %}
  • - + {{ 'entry.view.left_menu.share_email_label'|trans }}
  • @@ -186,14 +194,6 @@ -
  • - - delete - {{ 'entry.view.left_menu.delete'|trans }} - -
    -
  • -
  • error @@ -209,18 +209,12 @@ {% block content %}
    -

    {{ entry.title|raw }} ✎

    +

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

    {% if entry.previewPicture is not null %} -
    {{ entry.title|raw }}
    +
    {{ entry.title|striptags|e('html_attr') }}
    {% endif %}
    {{ entry.content | raw }}
    + +
    + + menu + + +