summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-02-27 17:45:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-09 14:33:53 +0000
commit41ebd5105b5727bbc63a1bf6d288e0dc48862eed (patch)
tree7214496429609b0685958338db29538dc3ced8b9 /bitbake
parent5a03a23bfd40f6da2d79d07003e0a34b022dd23b (diff)
downloadast2050-yocto-poky-41ebd5105b5727bbc63a1bf6d288e0dc48862eed.zip
ast2050-yocto-poky-41ebd5105b5727bbc63a1bf6d288e0dc48862eed.tar.gz
bitbake: toaterui: shorten the unavailable artifact message
Make it slightly shorter, and separate the 'back' action so that is more visible and easier to hit. (Bitbake rev: 70c8d8f471653e6832d1bbc469914b7e59372c1b) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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