X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2FEntry%2Fentry.html.twig;fp=src%2FWallabagBundle%2FResources%2Fviews%2FEntry%2Fentry.html.twig;h=78dfa7c0ac92db7b39601c7fb16499bbd4027f59;hb=ad4d1caa9e744af57ca58a4e57576533eb682d00;hp=8c08b2ef09159aef64fbbe63118145f03fd56082;hpb=b84a80559a1167b5500fbc5eb4965d3b08b371ef;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/WallabagBundle/Resources/views/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/Entry/entry.html.twig similarity index 92% rename from src/WallabagBundle/Resources/views/Entry/entry.html.twig rename to src/Wallabag/CoreBundle/Resources/views/Entry/entry.html.twig index 8c08b2ef..78dfa7c0 100644 --- a/src/WallabagBundle/Resources/views/Entry/entry.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/Entry/entry.html.twig @@ -1,9 +1,9 @@ -{% extends "WallabagBundle::layout.html.twig" %} +{% extends "WallabagCoreBundle::layout.html.twig" %} {% block title %}{{ entry.title|raw }} ({{ entry.url | e | domainName }}){% endblock %} {% block menu %} - {% include "WallabagBundle::_menu.html.twig" %} + {% include "WallabagCoreBundle::_menu.html.twig" %} {% endblock %} {% block content %} @@ -21,9 +21,9 @@ {# {% if flattr %}{% if flattr.status == flattrable %}
  • {% trans %}flattr{% endtrans %}
  • {% elseif flattr.status == flattred %}
  • Carrot
  • {% endif %} {% if show_printlink %}
  • {% trans %}Print{% endtrans %}
  • {% endif %} - {% 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 %}
  • {% trans %}Does this article appear wrong?{% endtrans %}