~comcloudway/builds.sr.ht

8fa0d4c90b42dd4ba0997f002f2c4da3cae80cc4 — Drew DeVault 5 years ago e147a87
Fix title of build job pages

Build should should be singular here
1 files changed, 1 insertions(+), 1 deletions(-)

M buildsrht/templates/job.html
M buildsrht/templates/job.html => buildsrht/templates/job.html +1 -1
@@ 1,7 1,7 @@
{% extends "layout-full.html" %}
{% block title %}
<title>
  builds #{{ job.id }} - {{ job.status.value }}
  build #{{ job.id }} - {{ job.status.value }}
</title>
{% endblock %}
{% block head %}