[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:
Xavier Morel 2019-10-02 11:01:53 +02:00 committed by xmo-odoo
parent 01ff6d13db
commit 0ae01c6ddb

View File

@ -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">