mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot_merge: correct Linked PRs URLs
It was not evaluated and rendered to something like https://mergebot.odoo.com/odoo/odoo/pull/linked.url Courtesy of Xavier Dollé (xdo)
This commit is contained in:
parent
3b6487b969
commit
8c625278c3
@ -358,7 +358,7 @@
|
||||
<ul class="todo">
|
||||
<t t-foreach="linked_prs" t-as="linked">
|
||||
<li t-att-class="'ok' if linked._ready else 'fail'">
|
||||
<a t-attf-href="linked.url" t-field="linked.display_name"/>
|
||||
<a t-att-href="linked.url" t-field="linked.display_name"/>
|
||||
</li>
|
||||
</t>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user