xref: /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/snippets/gitrev_popover.html (revision eb8dc40360f0cfef56fb6947cc817a547d6d9bc6)
1{% load projecttags  %}
2{% if vcs_ref|is_shaid %}
3<a class="btn btn-default" data-content="{{vcs_ref}}">
4 {{vcs_ref|truncatechars:10}}
5</a>
6{% else %}
7{{vcs_ref}}
8{% endif %}
9