mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot_merge: dropdown in branch staging history
Had apparently been fixed "live" but not committed in code, so every update of the module would re-break it. Fixes #221
This commit is contained in:
parent
01ff6d13db
commit
0ae01c6ddb
@ -204,7 +204,7 @@
|
||||
<span t-field="staging.staged_at"
|
||||
t-options="{'widget': 'text'}"/>
|
||||
</t>
|
||||
<t t-if="staging.heads">
|
||||
<div class="dropdown" t-if="staging.heads">
|
||||
<button class="btn btn-link dropdown-toggle"
|
||||
type="button"
|
||||
data-toggle="dropdown"
|
||||
@ -235,7 +235,7 @@
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</t>
|
||||
</div>
|
||||
</th>
|
||||
<td>
|
||||
<ul class="list-inline list-unstyled mb0">
|
||||
|
Loading…
Reference in New Issue
Block a user