Skip to content
Snippets Groups Projects
Commit e8fa3c06 authored by Damien Bouvy's avatar Damien Bouvy
Browse files

[IMP] website_quote: display breadcrumb when viewing an online quote

parent 6ff85163
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,16 @@
<t t-call="website.layout">
<body data-spy="scroll" data-target=".navspy" data-offset="50">
<div class="container o_website_quote">
<div t-if="breadcrumb" class="row">
<div class="col-sm-4">
<ol class="breadcrumb mt8">
<li><a href="/my/home">My Account</a></li>
<li>
Quotation <t t-esc="quotation.name"/>
</li>
</ol>
</div>
</div>
<div class="row mt16">
<!-- Sidebar -->
<div class="col-md-3 hidden-print">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment