[FIX] runbot_merge: gap in PR names in awaiting list

Repeatedly fixed it live, but apparently still forgot to fix it in the
source.
This commit is contained in:
Xavier Morel 2019-03-01 19:54:43 +01:00
parent 51938247d8
commit 8ab72ce8d1

View File

@ -56,8 +56,7 @@
<li t-foreach="ready_unstaged" t-as="pr">
<a t-attf-href="https://github.com/{{ pr.repository.name }}/pull/{{ pr.number }}"
t-att-title="pr.message.split('\n')[0]">
<t t-esc="pr.repository.name"/>#
<t t-esc="pr.number"/>
<t t-esc="pr.repository.name"/>#<t t-esc="pr.number"/>
</a>
</li>
</ul>