[IMP] runbot: add bundle name in link title

This commit is contained in:
Xavier-Do 2022-08-02 08:53:26 +02:00 committed by Christophe Monniez
parent 8af81d72bb
commit 05c0c29e0f

View File

@ -32,7 +32,7 @@
<div class="col-md-3 col-lg-2 cell">
<div class="one_line">
<i t-if="bundle.sticky" class="fa fa-star" style="color: #f0ad4e" />
<a t-attf-href="/runbot/bundle/#{bundle.id}" title="View Bundle">
<a t-attf-href="/runbot/bundle/#{bundle.id}" t-attf-title="View Bundle #{bundle.name}">
<b t-esc="bundle.name"/>
</a>
</div>