summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/toaster/toastergui/templates/project.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html
index aad79b4860..d21f4bd7e5 100644
--- a/bitbake/lib/toaster/toastergui/templates/project.html
+++ b/bitbake/lib/toaster/toastergui/templates/project.html
@@ -68,6 +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 'projecttargets' project.id %}">Choose a recipe to build</a></p>
71 </div> 72 </div>
72 73
73 <ul class="unstyled configuration-list" id="freq-build-list"> 74 <ul class="unstyled configuration-list" id="freq-build-list">