]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Remove text about original URL in public view 2237/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 25 Aug 2016 13:32:38 +0000 (15:32 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 25 Aug 2016 13:32:38 +0000 (15:32 +0200)
src/Wallabag/CoreBundle/Resources/views/themes/share.html.twig

index 5979d12db12c78d013779fece5f9543a9e8ed65e..b82b3d3d86c7f75e64fcd264210ca29173c3a81a 100644 (file)
@@ -31,7 +31,7 @@
     <body>
         <header>
             <h1>{{ entry.title | raw }}</h1>
-            <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>
+            <span><a href="{{ entry.url|e }}" target="_blank" title="{{ 'entry.view.original_article'|trans }} : {{ entry.title|e }}" class="tool">{{ entry.domainName|removeWww }}</a></span>
         </header>
         <article>
             {{ entry.content | raw }}