Make sure the page we show when you try to download an artifact that doesn't exist displays properly with Bootstrap 3.
Signed-off-by: Belen Barros Pena <[email protected]> --- .../lib/toaster/toastergui/templates/unavailable_artifact.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html b/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html index 331a484..fc77e40 100644 --- a/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html +++ b/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html @@ -6,10 +6,12 @@ {% block title %} Build artifact does not exist - Toaster {% endblock %} {% block pagecontent %} - <div class="row air"> - <div class="alert alert-info col-md-8 lead"> - <p>The build artifact you are trying to download does not exist.</p> - <p><a href="javascript:window.history.back()">Back to previous page</a></p> + <div class="row"> + <div class="col-md-8"> + <div class="alert alert-info lead top-air"> + <p>The build artifact you are trying to download does not exist.</p> + <p><a href="javascript:window.history.back()">Back to previous page</a></p> + </div> </div> </div> {% endblock %} -- 1.9.1 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
