Shorten page titles so status is readily visible
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.html" %} {% block title %} <title> - builds.sr.ht #{{ job.id }} - {{ job.status.value }} + builds #{{ job.id }} - {{ job.status.value }} </title> {% endblock %} {% block head %}