[FIX] Chatter: do not show colon when there is no trailing record name.

bzr revid: tde@openerp.com-20130403124125-3hbmaqktlxhsgih1
This commit is contained in:
Thibault Delavallée 2013-04-03 14:41:25 +02:00
parent 37bec9643d
commit 05306fd30a
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@
<t t-raw="widget.record_name"/>
</a>
<span t-if="!widget.options.show_link and widget.show_record_name"><t t-raw="widget.record_name"/></span>
<t t-if="widget.subject">: </t>
<t t-if="widget.show_record_name and widget.subject">: </t>
<t t-if="widget.subject" t-raw="widget.subject"/>
</h1>
<div class="oe_msg_body">