diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-10-28 14:22:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-29 07:32:10 +0000 |
commit | 66d3c353f8e7103b0d60abdeb575cd3ac303e877 (patch) | |
tree | d274976092354bfe943fc82fd5e0932eef7e5ea0 /bitbake/lib/toaster/toastergui/templates/builds.html | |
parent | 5724b2a651d22430b055dfcfa714fe412afa2dfc (diff) | |
download | poky-66d3c353f8e7103b0d60abdeb575cd3ac303e877.tar.gz |
bitbake: 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.
(Bitbake rev: 1ab8827d684a19a70f3b788aed2327bf30edffe2)
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 'bitbake/lib/toaster/toastergui/templates/builds.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/builds.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/builds.html b/bitbake/lib/toaster/toastergui/templates/builds.html index 459fcb0744..a27a121913 100644 --- a/bitbake/lib/toaster/toastergui/templates/builds.html +++ b/bitbake/lib/toaster/toastergui/templates/builds.html | |||
@@ -5,6 +5,7 @@ | |||
5 | {% load project_url_tag %} | 5 | {% load project_url_tag %} |
6 | {% load humanize %} | 6 | {% load humanize %} |
7 | 7 | ||
8 | {% block title %} All builds - Toaster {% endblock %} | ||
8 | {% block extraheadcontent %} | 9 | {% block extraheadcontent %} |
9 | <link rel="stylesheet" href="/static/css/jquery-ui.min.css" type='text/css'> | 10 | <link rel="stylesheet" href="/static/css/jquery-ui.min.css" type='text/css'> |
10 | <link rel="stylesheet" href="/static/css/jquery-ui.structure.min.css" type='text/css'> | 11 | <link rel="stylesheet" href="/static/css/jquery-ui.structure.min.css" type='text/css'> |