[bitbake-devel] [PATCH 10/12] toastergui: fix the second 'view all targets' link

Alex DAMIAN alexandru.damian at intel.com
Wed Jan 21 17:01:40 UTC 2015


From: Belen Barros Pena <belen.barros.pena at intel.com>

The project page has 2 links to the all targets page.
The one at the top of the page is working, but not
the one further down. This patch sorts that out.

[YOCTO #7147]

Signed-off-by: Belen Barros Pena <belen.barros.pena at intel.com>
---
 lib/toaster/toastergui/templates/project.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/toaster/toastergui/templates/project.html b/lib/toaster/toastergui/templates/project.html
index fe3bcf2..b8579e4 100644
--- a/lib/toaster/toastergui/templates/project.html
+++ b/lib/toaster/toastergui/templates/project.html
@@ -294,7 +294,8 @@ vim: expandtab tabstop=2
           </div>
           {% csrf_token %}
         </form>
-        <p><a href="{% url 'targets' %}">View all targets</a></p>
+        <p>
+          <a href="{% url 'all-targets' %}">View all targets</a></p>
         <div ng-if="frequenttargets.length">
         <h4 class="air">
             Most built targets
-- 
1.9.1




More information about the bitbake-devel mailing list