aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/view.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-04 22:51:12 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-04 22:51:12 +0200
commit2a1791a4b1c319fc5bbc286d0bc94827fe1feec9 (patch)
tree482bd3a53a14dca61d806845494034db165b77f7 /tpl/view.twig
parent63c35580c7d60e2278ee6fe9ba2d4440ff0308d6 (diff)
downloadwallabag-2a1791a4b1c319fc5bbc286d0bc94827fe1feec9.tar.gz
wallabag-2a1791a4b1c319fc5bbc286d0bc94827fe1feec9.tar.zst
wallabag-2a1791a4b1c319fc5bbc286d0bc94827fe1feec9.zip
view of an article
Diffstat (limited to 'tpl/view.twig')
-rw-r--r--tpl/view.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/view.twig b/tpl/view.twig
index d2ec2071..8ef5cd9c 100644
--- a/tpl/view.twig
+++ b/tpl/view.twig
@@ -2,7 +2,7 @@
2{% block title %}{% trans "home" %}{% endblock %} 2{% block title %}{% trans "home" %}{% endblock %}
3 3
4{% block content %} 4{% block content %}
5 <div class="w600p"> 5 <div id="article" class="w600p">
6 <div class="backhome"> 6 <div class="backhome">
7 <a href="./" title="{% trans "back to home" %}">&larr;</a> 7 <a href="./" title="{% trans "back to home" %}">&larr;</a>
8 </div> 8 </div>
@@ -21,7 +21,7 @@
21 </header> 21 </header>
22 <article> 22 <article>
23 <div id="readityourselfcontent"> 23 <div id="readityourselfcontent">
24 {{ content|striptags }} 24 {{ content | raw }}
25 </div> 25 </div>
26 </article> 26 </article>
27 <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="{% trans "original" %} : {{ entry.title|e }}">{% trans "view original" %}</a></div> 27 <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="{% trans "original" %} : {{ entry.title|e }}">{% trans "view original" %}</a></div>