[FIX] website_blog: Customize: Author

bzr revid: chm@openerp.com-20140113150859-cmj22j72syvosmmg
This commit is contained in:
Christophe Matthieu 2014-01-13 16:08:59 +01:00
parent f319a68196
commit cf15dfb490
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@
<!-- Options: Blog Post Summary: hide author -->
<template id="opt_blog_post_short_author" name="Author"
inherit_option_id="website_blog.blog_post_short">
<xpath expr="//span[@class*='oe_date']" position="after">
<xpath expr="//span[@class='fa fa-calendar oe_date']" position="after">
<span class="fa fa-user"> By <span t-field="blog_post.create_uid"/> &amp;nbsp;</span>
</xpath>
</template>