Add original link in public view of the article

This commit is contained in:
Nicolas Lœuillet 2016-08-25 14:39:33 +02:00
parent 60e7220406
commit 9415bc992e
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A

View file

@ -31,6 +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>
</header>
<article>
{{ entry.content | raw }}