summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html b/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
index c93d4257db..b9f8fee037 100644
--- a/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
+++ b/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
@@ -4,13 +4,11 @@
4{% load static %} 4{% load static %}
5 5
6{% block pagecontent %} 6{% block pagecontent %}
7<div class="section">
8</div>
9<div class="row-fluid">
10 7
11 <div class="alert alert-info"> 8<div class="row-fluid air">
12 <p class="lead"> The artifact you are seeking to download is not available. We are sorry. You can <a href="javascript:window.history.back()">go back</a> 9 <div class="alert alert-info span8 lead">
13 </p> 10 <p"> The build artifact you are trying to download no longer exists.</p>
11 <p><a href="javascript:window.history.back()">Back to previous page</a></p>
14 </div> 12 </div>
15</div> 13</div>
16{% endblock %} 14{% endblock %}