aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-12 21:16:00 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-12 21:16:00 +0200
commitc2257428b2188fc709c76ec8f531287888de9741 (patch)
tree92c6dbc5f3027f0f8be9f21433bf678a4c6c2954 /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
parentd990dc6f0535cad745929ca90d1e4bb00ba47584 (diff)
downloadwallabag-c2257428b2188fc709c76ec8f531287888de9741.tar.gz
wallabag-c2257428b2188fc709c76ec8f531287888de9741.tar.zst
wallabag-c2257428b2188fc709c76ec8f531287888de9741.zip
store domainName in database
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
index 55e3540d..7777dc7f 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
@@ -47,7 +47,7 @@
47 <p>{{ entry.content|striptags|slice(0, 300) }}...</p> 47 <p>{{ entry.content|striptags|slice(0, 300) }}...</p>
48 </div> 48 </div>
49 <div class="card-action"> 49 <div class="card-action">
50 <span class="bold"><a href="{{ entry.url|e }}" target="_blank" title="{% trans %}original{% endtrans %}: {{ entry.title|e }}" class="tool original grey-text"><span>{{ entry.url | e | domainName }}</span></a></bold> 50 <span class="bold"><a href="{{ entry.url|e }}" target="_blank" title="{% trans %}original{% endtrans %}: {{ entry.title|e }}" class="tool original grey-text"><span>{{ entry.domainName }}</span></a></bold>
51 51
52 <ul class="tools links right"> 52 <ul class="tools links right">
53 <li> 53 <li>