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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html b/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
index 2d3d02c2e1..331a4845ab 100644
--- a/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
+++ b/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
@@ -6,8 +6,8 @@
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-fluid air"> 9 <div class="row air">
10 <div class="alert alert-info span8 lead"> 10 <div class="alert alert-info col-md-8 lead">
11 <p>The build artifact you are trying to download does not exist.</p> 11 <p>The build artifact you are trying to download does not exist.</p>
12 <p><a href="javascript:window.history.back()">Back to previous page</a></p> 12 <p><a href="javascript:window.history.back()">Back to previous page</a></p>
13 </div> 13 </div>