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.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html b/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
index 331a4845ab..fc77e405f7 100644
--- a/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
+++ b/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
@@ -6,10 +6,12 @@
6{% block title %} Build artifact does not exist - Toaster {% endblock %} 6{% block title %} Build artifact does not exist - Toaster {% endblock %}
7 7
8{% block pagecontent %} 8{% block pagecontent %}
9 <div class="row air"> 9 <div class="row">
10 <div class="alert alert-info col-md-8 lead"> 10 <div class="col-md-8">
11 <p>The build artifact you are trying to download does not exist.</p> 11 <div class="alert alert-info lead top-air">
12 <p><a href="javascript:window.history.back()">Back to previous page</a></p> 12 <p>The build artifact you are trying to download does not exist.</p>
13 <p><a href="javascript:window.history.back()">Back to previous page</a></p>
14 </div>
13 </div> 15 </div>
14 </div> 16 </div>
15{% endblock %} 17{% endblock %}