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>
This commit is contained in:
Alexandru DAMIAN
2014-09-09 11:47:13 +01:00
committed by Richard Purdie
parent 1a463ab98e
commit 960580cb70
11 changed files with 1148 additions and 433 deletions

View File

@@ -12,7 +12,7 @@
{% block parentbreadcrumb %}
{% if project %}
<li>
<a href="{%url 'project' project.id %}">{{project.name}}
<a href="{%url 'project' project.id %}"><span id="project_name">{{project.name}}</span>
</a>
</li>
{% endif %}
@@ -28,11 +28,11 @@
</script>
</div>
<div class="row-fluid">
<div>
<!-- Begin right container -->
<!-- Begin main page container -->
{% block projectinfomain %}{% endblock %}
<!-- End right container -->
<!-- End main container -->
</div>