mirror of
https://github.com/odoo/runbot.git
synced 2025-06-02 06:38:02 +07:00
[IMP] runbot: keep search when we switch of repo from shorcut at top right
This commit is contained in:
parent
93dd0f5ee0
commit
fccd90f755
@ -239,7 +239,7 @@
|
|||||||
<xpath expr="//t[@t-foreach="website.menu_id.child_id"][@t-as="submenu"]" position="replace">
|
<xpath expr="//t[@t-foreach="website.menu_id.child_id"][@t-as="submenu"]" position="replace">
|
||||||
<t t-if="repos" >
|
<t t-if="repos" >
|
||||||
<t t-foreach="repos[:5]" t-as="re">
|
<t t-foreach="repos[:5]" t-as="re">
|
||||||
<li><a t-attf-href="/runbot/repo/{{slug(re)}}"><i class='fa fa-github' /> <t t-esc="re.name.split(':')[1]"/></a></li>
|
<li><a t-attf-href="/runbot/repo/{{slug(re)}}?search={{request.params.get('search', '')}}"><i class='fa fa-github' /> <t t-esc="re.name.split(':')[1]"/></a></li>
|
||||||
</t>
|
</t>
|
||||||
</t>
|
</t>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
Loading…
Reference in New Issue
Block a user