diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-08-25 14:39:33 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-08-25 14:39:33 +0200 |
commit | 9415bc992e9e2061917f5534fac16c88036c1630 (patch) | |
tree | 0789566de1262a7acb04095286c91b7371d6aa81 | |
parent | 60e722040665c836fb9d3c4a35c37aad5c1cba64 (diff) | |
download | wallabag-9415bc992e9e2061917f5534fac16c88036c1630.tar.gz wallabag-9415bc992e9e2061917f5534fac16c88036c1630.tar.zst wallabag-9415bc992e9e2061917f5534fac16c88036c1630.zip |
Add original link in public view of the article
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/share.html.twig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/share.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/share.html.twig index 37ca14f1..5979d12d 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/share.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/share.html.twig | |||
@@ -31,6 +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 | </header> | 35 | </header> |
35 | <article> | 36 | <article> |
36 | {{ entry.content | raw }} | 37 | {{ entry.content | raw }} |