[bitbake-devel] [PATCH 3/5] bitbake: toaster: Remove erroneously committed template include

Michael Wood michael.g.wood at intel.com
Thu Jul 2 16:58:14 UTC 2015


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'

Signed-off-by: Michael Wood <michael.g.wood at intel.com>
---
 bitbake/lib/toaster/toastergui/templates/projects.html | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/bitbake/lib/toaster/toastergui/templates/projects.html b/bitbake/lib/toaster/toastergui/templates/projects.html
index e651953..efc3349 100644
--- a/bitbake/lib/toaster/toastergui/templates/projects.html
+++ b/bitbake/lib/toaster/toastergui/templates/projects.html
@@ -7,9 +7,6 @@
 {% block pagecontent %}
 
 
-  {% include "mrb_section.html" %}
-
-
   <div class="page-header top-air">
       <h1>
       {% if request.GET.filter and objects.paginator.count > 0 or request.GET.search and objects.paginator.count > 0 %}
-- 
2.1.4




More information about the bitbake-devel mailing list