[FIX] website_forum_doc: wrong link text
authorRichard Mathot <rim@openerp.com>
Fri, 6 Jun 2014 11:32:21 +0000 (13:32 +0200)
committerRichard Mathot <rim@openerp.com>
Fri, 6 Jun 2014 11:32:21 +0000 (13:32 +0200)
addons/website_forum_doc/views/website_doc.xml

index 14dae04..d675eae 100644 (file)
                                 <ul>
                                     <t t-foreach="toc.post_ids" t-as="topic">
                                         <li t-if="post.id != topic.id">
-                                            <a t-attf-href="/forum/how-to/#{slug(toc)}/#{slug(topic)}" t-field="post.name"/>
+                                            <a t-attf-href="/forum/how-to/#{slug(toc)}/#{slug(topic)}" t-field="topic.name"/>
                                         </li>
                                     </t>
                                 </ul>