[FIX] website_blog: Customize: Blog Category

bzr revid: chm@openerp.com-20140113152038-rrc3x3sfcjoppvvk
This commit is contained in:
Christophe Matthieu 2014-01-13 16:20:38 +01:00
parent 74c9840476
commit 9987b9a858
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@
<!-- Options: Blog Post: show category -->
<template id="opt_blog_post_complete_category" name="Blog Category"
inherit_option_id="website_blog.blog_post_complete">
<xpath expr="//span[@class*='oe_date']" position="after">
<xpath expr="//span[@class='fa fa-calendar oe_date']" position="after">
<span class="fa fa-folder-open"> In <span t-field="blog_post.category_id"/> &amp;nbsp;</span>
</xpath>
</template>