aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
diff options
context:
space:
mode:
authorAlexandr Danilov <bitbucket@modos189.ru>2015-08-06 04:22:45 +0300
committerAlexandr Danilov <bitbucket@modos189.ru>2015-08-06 04:22:45 +0300
commitb17874a7d58e1ae853935a564b205566efd9ed74 (patch)
tree2970236f10fcf9c4cec6cce5dfa49dfa8d785ce5 /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
parent8d9b8912aff9ccfa85241a1d64eb4b1366ed1b43 (diff)
downloadwallabag-b17874a7d58e1ae853935a564b205566efd9ed74.tar.gz
wallabag-b17874a7d58e1ae853935a564b205566efd9ed74.tar.zst
wallabag-b17874a7d58e1ae853935a564b205566efd9ed74.zip
Many corrections material theme
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 f68eec12..5ef5125f 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
@@ -21,7 +21,7 @@
21 {% if entries is empty %} 21 {% if entries is empty %}
22 <div class="messages warning"><p>{% trans %}No articles found.{% endtrans %}</p></div> 22 <div class="messages warning"><p>{% trans %}No articles found.{% endtrans %}</p></div>
23 {% else %} 23 {% else %}
24 <ul class="row"> 24 <ul class="row data">
25 {% for entry in entries %} 25 {% for entry in entries %}
26 <li id="entry-{{ entry.id|e }}" class="col l4 m6 s12"> 26 <li id="entry-{{ entry.id|e }}" class="col l4 m6 s12">
27 <div class="card"> 27 <div class="card">