summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates/builds.html
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-10-28 14:22:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-29 07:31:52 +0000
commit1ab8827d684a19a70f3b788aed2327bf30edffe2 (patch)
treef29060aea886c1205830db3a86a28f15cfb02fc7 /lib/toaster/toastergui/templates/builds.html
parent349119f44cdad240dda7f4db45992e2539e1416f (diff)
downloadbitbake-contrib-1ab8827d684a19a70f3b788aed2327bf30edffe2.tar.gz
toaster: templates Add meaningful title tags
Our title tags are all over the place, and have no relation to the page content. This commit adds a meaningful title tag to each Toaster page. Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/toaster/toastergui/templates/builds.html')
-rw-r--r--lib/toaster/toastergui/templates/builds.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/toaster/toastergui/templates/builds.html b/lib/toaster/toastergui/templates/builds.html
index 459fcb074..a27a12191 100644
--- a/lib/toaster/toastergui/templates/builds.html
+++ b/lib/toaster/toastergui/templates/builds.html
@@ -5,6 +5,7 @@
{% load project_url_tag %}
{% load humanize %}
+{% block title %} All builds - Toaster {% endblock %}
{% block extraheadcontent %}
<link rel="stylesheet" href="/static/css/jquery-ui.min.css" type='text/css'>
<link rel="stylesheet" href="/static/css/jquery-ui.structure.min.css" type='text/css'>