]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: templates Add meaningful title tags
authorBelen Barros Pena <belen.barros.pena@intel.com>
Wed, 28 Oct 2015 14:22:05 +0000 (14:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Oct 2015 07:31:52 +0000 (07:31 +0000)
commit1ab8827d684a19a70f3b788aed2327bf30edffe2
treef29060aea886c1205830db3a86a28f15cfb02fc7
parent349119f44cdad240dda7f4db45992e2539e1416f
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>
28 files changed:
lib/toaster/toastergui/templates/base.html
lib/toaster/toastergui/templates/baseprojectpage.html
lib/toaster/toastergui/templates/bpackage.html
lib/toaster/toastergui/templates/builddashboard.html
lib/toaster/toastergui/templates/builds.html
lib/toaster/toastergui/templates/configuration.html
lib/toaster/toastergui/templates/configvars.html
lib/toaster/toastergui/templates/dirinfo.html
lib/toaster/toastergui/templates/importlayer.html
lib/toaster/toastergui/templates/landing.html
lib/toaster/toastergui/templates/landing_not_managed.html
lib/toaster/toastergui/templates/layerdetails.html
lib/toaster/toastergui/templates/newproject.html
lib/toaster/toastergui/templates/package_detail_base.html
lib/toaster/toastergui/templates/package_included_dependencies.html
lib/toaster/toastergui/templates/package_included_detail.html
lib/toaster/toastergui/templates/package_included_reverse_dependencies.html
lib/toaster/toastergui/templates/project.html
lib/toaster/toastergui/templates/projectbuilds.html
lib/toaster/toastergui/templates/projectconf.html
lib/toaster/toastergui/templates/projects.html
lib/toaster/toastergui/templates/recipe.html
lib/toaster/toastergui/templates/recipes.html
lib/toaster/toastergui/templates/target.html
lib/toaster/toastergui/templates/task.html
lib/toaster/toastergui/templates/tasks.html
lib/toaster/toastergui/templates/unavailable_artifact.html
lib/toaster/toastergui/views.py