From 41ebd5105b5727bbc63a1bf6d288e0dc48862eed Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Fri, 27 Feb 2015 17:45:55 +0000 Subject: 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 Signed-off-by: Richard Purdie --- .../lib/toaster/toastergui/templates/unavailable_artifact.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'bitbake') 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 %} -
-
-
-
-

The artifact you are seeking to download is not available. We are sorry. You can go back -

+
+
+ The build artifact you are trying to download no longer exists.

+

Back to previous page

{% endblock %} -- cgit v1.1