aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/common
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-07 09:22:40 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-07 09:22:40 +0200
commitd0d196ffb34929de6c915c0b34375f3af6135747 (patch)
tree55b47a6a34e738dab63901df0d2b5a898d8074e3 /src/Wallabag/CoreBundle/Resources/views/themes/common
parentf0d52417fbcb3427065ec3b0b8cf33f12f368f8c (diff)
downloadwallabag-d0d196ffb34929de6c915c0b34375f3af6135747.tar.gz
wallabag-d0d196ffb34929de6c915c0b34375f3af6135747.tar.zst
wallabag-d0d196ffb34929de6c915c0b34375f3af6135747.zip
Fixed review
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/common')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig2
1 files changed, 1 insertions, 1 deletions
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 bf44ced7..36c49e04 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
@@ -38,7 +38,7 @@
38 <header> 38 <header>
39 <h1>{{ entry.title | raw }}</h1> 39 <h1>{{ entry.title | raw }}</h1>
40 <div><a href="{{ entry.url|e }}" target="_blank" title="{{ 'entry.view.original_article'|trans }} : {{ entry.title|e }}" class="tool">{{ entry.domainName|removeWww }}</a></div> 40 <div><a href="{{ entry.url|e }}" target="_blank" title="{{ 'entry.view.original_article'|trans }} : {{ entry.title|e }}" class="tool">{{ entry.domainName|removeWww }}</a></div>
41 <div>{{ "entry.public.shared_by_wallabag"|trans|raw }}</div> 41 <div>{{ "entry.public.shared_by_wallabag"|trans({'%wallabag_instance%': url('homepage')})|raw }}</div>
42 </header> 42 </header>
43 <article> 43 <article>
44 {{ entry.content | raw }} 44 {{ entry.content | raw }}