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