diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-02-27 17:45:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-09 14:33:53 +0000 |
commit | 41ebd5105b5727bbc63a1bf6d288e0dc48862eed (patch) | |
tree | 7214496429609b0685958338db29538dc3ced8b9 /bitbake/lib/toaster | |
parent | 5a03a23bfd40f6da2d79d07003e0a34b022dd23b (diff) | |
download | 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/lib/toaster')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html | 10 |
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 c93d4257db..b9f8fee037 100644 --- a/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html +++ b/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html | |||
@@ -4,13 +4,11 @@ | |||
4 | {% load static %} | 4 | {% load static %} |
5 | 5 | ||
6 | {% block pagecontent %} | 6 | {% block pagecontent %} |
7 | <div class="section"> | ||
8 | </div> | ||
9 | <div class="row-fluid"> | ||
10 | 7 | ||
11 | <div class="alert alert-info"> | 8 | <div class="row-fluid air"> |
12 | <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> | 9 | <div class="alert alert-info span8 lead"> |
13 | </p> | 10 | <p"> The build artifact you are trying to download no longer exists.</p> |
11 | <p><a href="javascript:window.history.back()">Back to previous page</a></p> | ||
14 | </div> | 12 | </div> |
15 | </div> | 13 | </div> |
16 | {% endblock %} | 14 | {% endblock %} |