summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/projecttopbar.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/projecttopbar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
index 2734af0c95..768ca94554 100644
--- a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
+++ b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
@@ -24,7 +24,7 @@
24 <!-- project name --> 24 <!-- project name -->
25 <div class="page-header"> 25 <div class="page-header">
26 <h1 id="project-name-container"> 26 <h1 id="project-name-container">
27 <span id="project-name">{{project.name}}</span> 27 <span class="project-name">{{project.name}}</span>
28 28
29 <span class="glyphicon glyphicon-edit" id="project-change-form-toggle"></i> 29 <span class="glyphicon glyphicon-edit" id="project-change-form-toggle"></i>
30 30