summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/base.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html
index 87746bfc8c..734d2ad8a2 100644
--- a/bitbake/lib/toaster/toastergui/templates/base.html
+++ b/bitbake/lib/toaster/toastergui/templates/base.html
@@ -81,12 +81,12 @@
81 <button id="save-project-button" class="btn" type="button">Save</button> 81 <button id="save-project-button" class="btn" type="button">Save</button>
82 <a href="#" id="cancel-change-project" class="btn btn-link">Cancel</a> 82 <a href="#" id="cancel-change-project" class="btn btn-link">Cancel</a>
83 </div> 83 </div>
84 <a id="view-all-projects" href="{% url 'all-projects' %}">View all projects</a> 84 <p><a id="view-all-projects" href="{% url 'all-projects' %}">View all projects</a></p>
85 </form> 85 </form>
86 </li> 86 </li>
87 <div class="alert" style="display:none"> 87 <div class="alert" style="display:none">
88 This project's configuration is incomplete,<br/>so you cannot run builds.<br/> 88 This project's configuration is incomplete,<br/>so you cannot run builds.<br/>
89 <a href="{% if project.id %}{% url 'project' project.id %}{% endif %}">View project configuration</a> 89 <p><a href="{% if project.id %}{% url 'project' project.id %}{% endif %}">View project configuration</a></p>
90 </div> 90 </div>
91 <li id="targets-form"> 91 <li id="targets-form">
92 <h6>Target(s):</h6> 92 <h6>Target(s):</h6>