diff options
author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2014-09-09 11:47:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-30 13:39:49 +0000 |
commit | 960580cb70ab1c775b49f8a40d41632c080b3cbb (patch) | |
tree | 173570e0a9a80b14926c9dbbac995a39c49fbdcb /bitbake/lib/toaster/toastergui/templates/baseprojectpage.html | |
parent | 1a463ab98ec1220b22a721a1f88ff5af61c33dc3 (diff) | |
download | poky-960580cb70ab1c775b49f8a40d41632c080b3cbb.tar.gz |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/baseprojectpage.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/baseprojectpage.html | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ | |||
12 | {% block parentbreadcrumb %} | 12 | {% block parentbreadcrumb %} |
13 | {% if project %} | 13 | {% if project %} |
14 | <li> | 14 | <li> |
15 | <a href="{%url 'project' project.id %}">{{project.name}} | 15 | <a href="{%url 'project' project.id %}"><span id="project_name">{{project.name}}</span> |
16 | </a> | 16 | </a> |
17 | </li> | 17 | </li> |
18 | {% endif %} | 18 | {% endif %} |
@@ -28,11 +28,11 @@ | |||
28 | </script> | 28 | </script> |
29 | </div> | 29 | </div> |
30 | 30 | ||
31 | <div class="row-fluid"> | 31 | <div> |
32 | 32 | ||
33 | <!-- Begin right container --> | 33 | <!-- Begin main page container --> |
34 | {% block projectinfomain %}{% endblock %} | 34 | {% block projectinfomain %}{% endblock %} |
35 | <!-- End right container --> | 35 | <!-- End main container --> |
36 | 36 | ||
37 | 37 | ||
38 | </div> | 38 | </div> |