diff options
author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2015-06-24 14:53:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-26 09:27:32 +0100 |
commit | f28116ec108ec0651dac9956707358aac00fef13 (patch) | |
tree | 88de4c706bc7ab9ff7d0a643c0f5d80a9f5b4c23 /bitbake/lib/toaster/toastergui/templates/generic-toastertable-page.html | |
parent | 583e3207642af9cf3247501bb31ca1ef9bf599fe (diff) | |
download | poky-f28116ec108ec0651dac9956707358aac00fef13.tar.gz |
bitbake: toasterui: fixes after html5 compliance testing
This patch brings fixes for issues highlighted by
HTML5 compliance testing.
(Bitbake rev: 7aecb974d44d9bc711ffba5cc65e770811397fba)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/generic-toastertable-page.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/generic-toastertable-page.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/generic-toastertable-page.html b/bitbake/lib/toaster/toastergui/templates/generic-toastertable-page.html index d7ad2e7eee..78e942c7c0 100644 --- a/bitbake/lib/toaster/toastergui/templates/generic-toastertable-page.html +++ b/bitbake/lib/toaster/toastergui/templates/generic-toastertable-page.html | |||
@@ -11,7 +11,9 @@ | |||
11 | {% block projectinfomain %} | 11 | {% block projectinfomain %} |
12 | <div class="page-header"> | 12 | <div class="page-header"> |
13 | <h1>{{title}} (<span class="table-count-{{table_name}}"></span>) | 13 | <h1>{{title}} (<span class="table-count-{{table_name}}"></span>) |
14 | {% if project.release %} | ||
14 | <i class="icon-question-sign get-help heading-help" title="This page lists {{title}} compatible with the release selected for this project, which is {{project.release.description}}"></i> | 15 | <i class="icon-question-sign get-help heading-help" title="This page lists {{title}} compatible with the release selected for this project, which is {{project.release.description}}"></i> |
16 | {% endif %} | ||
15 | </h1> | 17 | </h1> |
16 | </div> | 18 | </div> |
17 | <div id="zone1alerts" style="display:none"> | 19 | <div id="zone1alerts" style="display:none"> |