From 8fa0d4c90b42dd4ba0997f002f2c4da3cae80cc4 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 14 Aug 2019 16:28:53 +0900 Subject: [PATCH] Fix title of build job pages Build should should be singular here --- buildsrht/templates/job.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsrht/templates/job.html b/buildsrht/templates/job.html index 3252c31..2907e7d 100644 --- a/buildsrht/templates/job.html +++ b/buildsrht/templates/job.html @@ -1,7 +1,7 @@ {% extends "layout-full.html" %} {% block title %} - builds #{{ job.id }} - {{ job.status.value }} + build #{{ job.id }} - {{ job.status.value }} {% endblock %} {% block head %} -- 2.38.5