mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
Make it slightly shorter, and separate the 'back' action so that is more visible and easier to hit. (Bitbake rev: 70c8d8f471653e6832d1bbc469914b7e59372c1b) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
386 B
HTML
16 lines
386 B
HTML
{% extends "base.html" %}
|
|
{% load projecttags %}
|
|
{% load humanize %}
|
|
{% load static %}
|
|
|
|
{% block pagecontent %}
|
|
|
|
<div class="row-fluid air">
|
|
<div class="alert alert-info span8 lead">
|
|
<p"> The build artifact you are trying to download no longer exists.</p>
|
|
<p><a href="javascript:window.history.back()">Back to previous page</a></p>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|
|
|