Mark who a build was completed by

This commit is contained in:
Oliver Walters 2019-05-07 23:39:42 +10:00
parent 85869c07f6
commit cd514bf1db
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<td>{{ build.quantity }}</td>
<td>{% include "build_status.html" with build=build %}
{% if completed %}
<td>{{ build.completion_date }}</td>
<td>{{ build.completion_date }}<span class='badge'>{{ build.completed_by.username }}</span></td>
{% else %}
<td>{{ build.creation_date }}</td>
{% endif %}

View File

@ -164,7 +164,7 @@
}
.panel-heading {
padding: 2px 10px;
padding: 5px 10px;
}
.float-right {