[FIX] mail: followers widget was broken

This was probably due to 35f5fb46e7.
This commit is contained in:
Richard Mathot 2014-10-13 16:39:22 +02:00
parent 436bbb0a48
commit 66600b93c5
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
Template used to display a partner following the record
-->
<div t-name="mail.followers.partner" class='oe_partner'>
<img class="oe_mail_thumbnail oe_mail_frame" t-attf-src="{record.avatar_url}"/>
<img class="oe_mail_thumbnail oe_mail_frame" t-att-src="record.avatar_url"/>
<a t-attf-href="#model=res.partner&amp;id=#{record.id}" t-att-title="record.name" t-att-data-partner="record.id"><t t-esc="record.name"/></a>
<span t-if="record.is_editable and (widget.records_length &gt; 1)" class="oe_edit_subtype oe_e oe_hidden" title="Edit subscription" t-att-data-id="record.id">&amp;</span>
<span t-if="widget.view_is_editable" class="oe_remove_follower oe_e" title="Remove this follower" t-att-data-id="record.id">X</span>