summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/snippets/gitrev_popover.html
blob: 281a3bd765a970d474ecfbdc87eb43c5c4777e57 (plain)
1
2
3
4
5
6
7
8
{% load projecttags  %}
{% if vcs_ref|is_shaid %}
<a class="btn" data-content="<ul class='unstyled'> <li>{{vcs_ref}}</li> </ul>">
 {{vcs_ref|truncatechars:10}}
</a>
{% else %}
{{vcs_ref}}
{% endif %}