summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/toaster/toastergui/templates/project.html2
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 58b524eaa8..9fa682cf57 100644
--- a/bitbake/lib/toaster/toastergui/templates/project.html
+++ b/bitbake/lib/toaster/toastergui/templates/project.html
@@ -289,7 +289,7 @@ vim: expandtab tabstop=2
289 <a href="{% url 'importlayer' %}">Import layer</a></p> 289 <a href="{% url 'importlayer' %}">Import layer</a></p>
290 <ul class="unstyled configuration-list"> 290 <ul class="unstyled configuration-list">
291 <li ng-repeat="l in layers track by l.id" class="animate-repeat"> 291 <li ng-repeat="l in layers track by l.id" class="animate-repeat">
292 <a href="{[l.layerdetailurl]}" target="_#" class="layer-info" data-toggle="tooltip" tooltip="{[l.giturl]} | {[l.branch.name]}">{[l.name]}</a> 292 <a href="{[l.layerdetailurl]}" class="layer-info" data-toggle="tooltip" tooltip="{[l.giturl]} | {[l.branch.name]}">{[l.name]}</a>
293 <i class="icon-trash" ng-click="layerDel(l.id)" tooltip="Delete"></i> 293 <i class="icon-trash" ng-click="layerDel(l.id)" tooltip="Delete"></i>
294 </li> 294 </li>
295 </ul> 295 </ul>