[FIX] website_mail_group: restore missing snippet icon

The file was originally added in website_mail at 59b934
in saas-4 but was lost in master since.
This commit is contained in:
Olivier Dony 2014-05-29 02:07:18 +02:00
parent 248107d11a
commit 045ecc603e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -7,7 +7,7 @@
<xpath expr="//div[@id='snippet_content']" position="inside">
<div>
<div class="oe_snippet_thumbnail">
<img class="oe_snippet_thumbnail_img" src="/website_mail/static/src/img/blocks/button_group_subscribe.png"/>
<img class="oe_snippet_thumbnail_img" src="/website_mail_group/static/src/img/blocks/button_group_subscribe.png"/>
<span class="oe_snippet_thumbnail_title">Discussion Group</span>
</div>