From 9c4cc3b8cd132dd7152b27b5c4a87e4bb467f14c Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 14 Aug 2019 11:46:55 +0900 Subject: [PATCH] Shorten page titles so status is readily visible --- 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 f42e9cf..daf9c76 100644 --- a/buildsrht/templates/job.html +++ b/buildsrht/templates/job.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block title %} - builds.sr.ht #{{ job.id }} - {{ job.status.value }} + builds #{{ job.id }} - {{ job.status.value }} {% endblock %} {% block head %} -- 2.38.5