mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[FIX] runbot: remove keepquery from navbar main
When doing a search on runbot, the main navbar item (for the current project) keeps the search, making it less convenient to arrive back at the homepage.
This commit is contained in:
parent
d8d9f411b1
commit
bbf2653ab2
@ -51,7 +51,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<nav class="navbar navbar-expand-md bg-body-tertiary">
|
<nav class="navbar navbar-expand-md bg-body-tertiary">
|
||||||
<a t-if="project" t-att-href="qu(search=search)">
|
<a t-if="project" t-att-href="qu(search='')">
|
||||||
<b class="active_project">
|
<b class="active_project">
|
||||||
<t t-out="project.name"/>
|
<t t-out="project.name"/>
|
||||||
</b>
|
</b>
|
||||||
|
Loading…
Reference in New Issue
Block a user