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>
This commit is contained in:
Belen Barros Pena 2015-02-27 17:45:55 +00:00 committed by Richard Purdie
parent 5a03a23bfd
commit 41ebd5105b
1 changed files with 4 additions and 6 deletions

View File

@ -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 %}