X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fcommon%2FEntry%2Fshare.html.twig;h=9b0503d65b0720c1a7ab85fd74b0c03f9c94df61;hb=e9a4231d4f39c5d330d581113f577ff3ef1a3cf9;hp=955420ba41c8de4034f1318d9267479efd1acdae;hpb=d3d0defabc8224172b59c85db66c2d4e6bc3f06b;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig index 955420ba..9b0503d6 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig @@ -1,6 +1,9 @@ + + {{ entry.title|e|raw }} + @@ -22,16 +25,15 @@ -
+

{{ entry.title|e|raw }}

-
{{ entry.domainName|removeWww }}
-
{{ "entry.public.shared_by_wallabag"|trans({'%wallabag_instance%': url('homepage'), '%username%': entry.user.username})|raw }}.
- + {{ entry.domainName|removeWww }} +

{{ "entry.public.shared_by_wallabag"|trans({'%wallabag_instance%': url('homepage'), '%username%': entry.user.username})|raw }}.

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