diff options
author | Michael Wood <michael.g.wood@intel.com> | 2015-06-29 16:15:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-02 22:56:39 +0100 |
commit | 483b21b0cbdc47bec23e68ea3b00dff963fe40dd (patch) | |
tree | 9e3f5c62f9bf84814125e32519c13bbfbe6da18d /bitbake/lib/toaster | |
parent | cfc4f1b3430dd34065cc93220c449cc034665c5d (diff) | |
download | poky-483b21b0cbdc47bec23e68ea3b00dff963fe40dd.tar.gz |
bitbake: toaster: Remove erroneously committed template include
Partial revert of bb commit 6e46e1e3882b9770872d8a0bb459bc7d5d6bfed3
The non managed mrb_section defined the title 'All builds' which is already
defined correctly for the projects page as 'All projects'
(Bitbake rev: 3500b59cbfd006a83bab9431f434f98c1944a0ac)
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')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/projects.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/projects.html b/bitbake/lib/toaster/toastergui/templates/projects.html index e6519530ef..efc3349014 100644 --- a/bitbake/lib/toaster/toastergui/templates/projects.html +++ b/bitbake/lib/toaster/toastergui/templates/projects.html | |||
@@ -7,9 +7,6 @@ | |||
7 | {% block pagecontent %} | 7 | {% block pagecontent %} |
8 | 8 | ||
9 | 9 | ||
10 | {% include "mrb_section.html" %} | ||
11 | |||
12 | |||
13 | <div class="page-header top-air"> | 10 | <div class="page-header top-air"> |
14 | <h1> | 11 | <h1> |
15 | {% if request.GET.filter and objects.paginator.count > 0 or request.GET.search and objects.paginator.count > 0 %} | 12 | {% if request.GET.filter and objects.paginator.count > 0 or request.GET.search and objects.paginator.count > 0 %} |