summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
blob: c93d4257db7e6d09ebef3e41717667119ee5d3b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% extends "base.html" %}
{% load projecttags %}
{% load humanize %}
{% 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>
</div>
{% endblock %}

OpenPOWER on IntegriCloud