summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html b/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
index 0301a6c608..2d3d02c2e1 100644
--- a/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
+++ b/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
@@ -3,15 +3,14 @@
3{% load humanize %} 3{% load humanize %}
4{% load static %} 4{% load static %}
5 5
6{% block title %} Build artifact no longer exists - Toaster {% endblock %} 6{% block title %} Build artifact does not exist - Toaster {% endblock %}
7 7
8{% block pagecontent %} 8{% block pagecontent %}
9 9 <div class="row-fluid air">
10<div class="row-fluid air"> 10 <div class="alert alert-info span8 lead">
11 <div class="alert alert-info span8 lead"> 11 <p>The build artifact you are trying to download does not exist.</p>
12 <p"> The build artifact you are trying to download no longer exists.</p> 12 <p><a href="javascript:window.history.back()">Back to previous page</a></p>
13 <p><a href="javascript:window.history.back()">Back to previous page</a></p> 13 </div>
14 </div> 14 </div>
15</div>
16{% endblock %} 15{% endblock %}
17 16