mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: add bundle name in link title
This commit is contained in:
parent
8af81d72bb
commit
05c0c29e0f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user