From 960580cb70ab1c775b49f8a40d41632c080b3cbb Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Tue, 9 Sep 2014 11:47:13 +0100 Subject: bitbake: toaster: fix Project page in order to trigger builds This patch rewrites the Project page and the additional infrastructure in order to fix a bug that makes triggering builds through UI impossible, and to introduce data feeds for suggestions for the user. Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/baseprojectpage.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bitbake/lib/toaster/toastergui/templates/baseprojectpage.html') diff --git a/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html b/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html index 54edaaf27c..95a9f470ba 100644 --- a/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html +++ b/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html @@ -12,7 +12,7 @@ {% block parentbreadcrumb %} {% if project %}
  • - {{project.name}} + {{project.name}}
  • {% endif %} @@ -28,11 +28,11 @@ -
    +
    - + {% block projectinfomain %}{% endblock %} - +
    -- cgit v1.2.3-54-g00ecf