aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-25 14:39:33 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-25 14:39:33 +0200
commit9415bc992e9e2061917f5534fac16c88036c1630 (patch)
tree0789566de1262a7acb04095286c91b7371d6aa81 /src/Wallabag/CoreBundle/Resources/views
parent60e722040665c836fb9d3c4a35c37aad5c1cba64 (diff)
downloadwallabag-9415bc992e9e2061917f5534fac16c88036c1630.tar.gz
wallabag-9415bc992e9e2061917f5534fac16c88036c1630.tar.zst
wallabag-9415bc992e9e2061917f5534fac16c88036c1630.zip
Add original link in public view of the article
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/share.html.twig1
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 }}