aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
diff options
context:
space:
mode:
authorMatt Burke <burkemw3@gmail.com>2018-11-03 12:56:49 -0400
committerMatt Burke <burkemw3@gmail.com>2018-11-24 19:29:58 -0500
commit038fccd244783884529ada34ae3b5ba555616025 (patch)
treeccfedf0d143345f69007732a14d36e0f6e56a5b3 /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
parent3a696280075af753fc57ad1a0a6ca3636ef0255d (diff)
downloadwallabag-038fccd244783884529ada34ae3b5ba555616025.tar.gz
wallabag-038fccd244783884529ada34ae3b5ba555616025.tar.zst
wallabag-038fccd244783884529ada34ae3b5ba555616025.zip
Remove preview picture from single entry view page for #1875
Showing the preview picture usually leads to showing a duplicate image, and frequently leads to showing duplicate images directly adjacent to each other.
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
index 7484d53b..b7b62f6c 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
@@ -275,10 +275,6 @@
275 {{ render(controller( "WallabagCoreBundle:Tag:addTagForm", { 'id': entry.id } )) }} 275 {{ render(controller( "WallabagCoreBundle:Tag:addTagForm", { 'id': entry.id } )) }}
276 </div> 276 </div>
277 277
278 {% if entry.previewPicture is not null %}
279 <div><img class="preview" src="{{ entry.previewPicture }}" alt="{{ entry.title|striptags|default('entry.default_title'|trans)|raw }}" /></div>
280 {% endif %}
281
282 </aside> 278 </aside>
283 <article> 279 <article>
284 {{ entry.content | raw }} 280 {{ entry.content | raw }}