summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/project.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/project.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/project.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html
index 4e8a7e29aa..e1ef824779 100644
--- a/bitbake/lib/toaster/toastergui/templates/project.html
+++ b/bitbake/lib/toaster/toastergui/templates/project.html
@@ -236,9 +236,9 @@ vim: expandtab tabstop=2
236 <p><a href="{% url 'layers' %}">View all layers</a> | <a href="{% url 'importlayer' %}">Import layer</a></p> 236 <p><a href="{% url 'layers' %}">View all layers</a> | <a href="{% url 'importlayer' %}">Import layer</a></p>
237 <ul class="unstyled configuration-list"> 237 <ul class="unstyled configuration-list">
238 <li ng-repeat="l in layers track by l.id" class="animate-repeat"> 238 <li ng-repeat="l in layers track by l.id" class="animate-repeat">
239 <a href="{[l.layerdetailurl]}" target="_#" class="layer-info" data-toggle="tooltip" tooltip="{[l.branch.layersource]} | {[l.branch.name]}">{[l.name]} </a> 239 <a href="{[l.layerdetailurl]}" target="_#" class="layer-info" data-toggle="tooltip" tooltip="{[l.giturl]} | {[l.branch.name]}">{[l.name]}</a>
240 <i class="icon-trash" ng-click="layerDel(l.id)" tooltip="Delete"></i> 240 <i class="icon-trash" ng-click="layerDel(l.id)" tooltip="Delete"></i>
241 </li> 241 </li>
242 </ul> 242 </ul>
243 </div> 243 </div>
244 244