diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-08-25 15:39:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-25 15:39:15 +0200 |
commit | aad350a5a29f92c9444ba1f5d569283ee33ba01d (patch) | |
tree | b67f0d7be0714ae04c068781ad5ca88f388226b0 /src | |
parent | 60e722040665c836fb9d3c4a35c37aad5c1cba64 (diff) | |
parent | 0a512eaf5795b49aeb2a758e6b49c5b7688375e4 (diff) | |
download | wallabag-aad350a5a29f92c9444ba1f5d569283ee33ba01d.tar.gz wallabag-aad350a5a29f92c9444ba1f5d569283ee33ba01d.tar.zst wallabag-aad350a5a29f92c9444ba1f5d569283ee33ba01d.zip |
Merge pull request #2237 from wallabag/add-original-url-public-entry
Add original link in public view of the article
Diffstat (limited to 'src')
-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..b82b3d3d 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><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 }} |