mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

Port all the pages in the build analysis area to bootstrap version 3. (Bitbake rev: f963b73f0bf32db2df39dd79d8d85184c280cda0) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
175 B
HTML
9 lines
175 B
HTML
{% load projecttags %}
|
|
{% if vcs_ref|is_shaid %}
|
|
<a class="btn btn-default" data-content="{{vcs_ref}}">
|
|
{{vcs_ref|truncatechars:10}}
|
|
</a>
|
|
{% else %}
|
|
{{vcs_ref}}
|
|
{% endif %}
|