summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/pages/packages/ebuilds/ebuild/index.html')
-rw-r--r--python/templates/pages/packages/ebuilds/ebuild/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/templates/pages/packages/ebuilds/ebuild/index.html b/python/templates/pages/packages/ebuilds/ebuild/index.html
index 4752be1..6f2166a 100644
--- a/python/templates/pages/packages/ebuilds/ebuild/index.html
+++ b/python/templates/pages/packages/ebuilds/ebuild/index.html
@@ -48,12 +48,12 @@
{% endif %}
{% for BLR in BLR_tmp %}
{% if BLR.BuildLogId.BuildLogId == BL.BuildLogId%}
- <span class="label label-danger">Repoman</span>
+ <span class="label label-warning">Repoman</span>
{% endif %}
{% endfor %}
{% for BLQ in BLQ_tmp %}
{% if BLQ.BuildLogId.BuildLogId == BL.BuildLogId%}
- <span class="label label-danger">Qa</span>
+ <span class="label label-warning">Qa</span>
{% endif %}
{% endfor %}
<a class="btn btn-default btn-xs" href="/new/logs/build/{{ BL.BuildLogId }}/">More info</a>