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 c93d425..b9f8fee 100644
--- a/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
+++ b/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
@@ -4,13 +4,11 @@
{% load static %}
{% block pagecontent %}
-<div class="section">
-</div>
-<div class="row-fluid">
- <div class="alert alert-info">
- <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>
- </p>
+<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 %}
OpenPOWER on IntegriCloud