diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-08-25 15:32:38 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-08-25 15:32:38 +0200 |
commit | 0a512eaf5795b49aeb2a758e6b49c5b7688375e4 (patch) | |
tree | b67f0d7be0714ae04c068781ad5ca88f388226b0 /src | |
parent | 9415bc992e9e2061917f5534fac16c88036c1630 (diff) | |
download | wallabag-0a512eaf5795b49aeb2a758e6b49c5b7688375e4.tar.gz wallabag-0a512eaf5795b49aeb2a758e6b49c5b7688375e4.tar.zst wallabag-0a512eaf5795b49aeb2a758e6b49c5b7688375e4.zip |
Remove text about original URL in public view
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/share.html.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/share.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/share.html.twig index 5979d12d..b82b3d3d 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/share.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/share.html.twig | |||
@@ -31,7 +31,7 @@ | |||
31 | <body> | 31 | <body> |
32 | <header> | 32 | <header> |
33 | <h1>{{ entry.title | raw }}</h1> | 33 | <h1>{{ entry.title | raw }}</h1> |
34 | <span>{{ 'entry.view.left_menu.view_original_article'|trans }}: <a href="{{ entry.url|e }}" target="_blank" title="{{ 'entry.view.original_article'|trans }} : {{ entry.title|e }}" class="tool">{{ entry.domainName|removeWww }}</a></span> | 34 | <span><a href="{{ entry.url|e }}" target="_blank" title="{{ 'entry.view.original_article'|trans }} : {{ entry.title|e }}" class="tool">{{ entry.domainName|removeWww }}</a></span> |
35 | </header> | 35 | </header> |
36 | <article> | 36 | <article> |
37 | {{ entry.content | raw }} | 37 | {{ entry.content | raw }} |