[IMP] doc: link logo to current doc's root, not to odoo.com
authorXavier Morel <xmo@openerp.com>
Thu, 30 Oct 2014 15:14:35 +0000 (16:14 +0100)
committerXavier Morel <xmo@openerp.com>
Fri, 31 Oct 2014 08:34:54 +0000 (09:34 +0100)
doc/_themes/odoodoc/layout.html

index 7881c70..0789d61 100644 (file)
@@ -55,7 +55,7 @@
         <span class="icon-bar"></span>
         <span class="icon-bar"></span>
       </button>
-      <a href="http://odoo.com" class="o_logo navbar-brand">
+      <a href="{{ pathto(master_doc) }}" class="o_logo navbar-brand">
         <span class="o_logo_main">odoo</span><span class="o_logo_app">doc</span>
       </a>
       {% if versions %}