diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-11-10 17:08:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:55:08 +0000 |
commit | d04af8b57114960df6fb52a7e75a72e4368dd945 (patch) | |
tree | 1b3f6843a6ac6d51ca70a2cbb0e11c896971020b /bitbake/lib/toaster/toastergui/templates/project.html | |
parent | 70465c717a4a9a8bd7407554d086d035eb6af6d4 (diff) | |
download | poky-d04af8b57114960df6fb52a7e75a72e4368dd945.tar.gz |
bitbake: toaster: project pages Link to image recipes table in notifications
The project created notifications and the 'Choosea recipe to build' link in
the project page are linking to the software recipes table. Changes them to
link to the image recipes table instead, which is bound to be more useful.
(Bitbake rev: 10e1fbee0d79dbbf15b89ebc155bb2c0092a71f2)
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
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/toastergui/templates/project.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/project.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html index 4e83981f84..cc4745b126 100644 --- a/bitbake/lib/toaster/toastergui/templates/project.html +++ b/bitbake/lib/toaster/toastergui/templates/project.html | |||
@@ -68,7 +68,7 @@ | |||
68 | 68 | ||
69 | <div class="alert alert-info" style="display:none" id="no-most-built"> | 69 | <div class="alert alert-info" style="display:none" id="no-most-built"> |
70 | <span class="lead">You haven't built any recipes yet</span> | 70 | <span class="lead">You haven't built any recipes yet</span> |
71 | <p style="margin-top: 10px;"><a href="{% url 'projectsoftwarerecipes' project.id %}">Choose a recipe to build</a></p> | 71 | <p style="margin-top: 10px;"><a href="{% url 'projectimagerecipes' project.id %}">Choose a recipe to build</a></p> |
72 | </div> | 72 | </div> |
73 | 73 | ||
74 | <ul class="unstyled configuration-list" id="freq-build-list"> | 74 | <ul class="unstyled configuration-list" id="freq-build-list"> |