summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/recipes.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/recipes.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/recipes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/recipes.html b/bitbake/lib/toaster/toastergui/templates/recipes.html
index 889e676b45..458d724568 100644
--- a/bitbake/lib/toaster/toastergui/templates/recipes.html
+++ b/bitbake/lib/toaster/toastergui/templates/recipes.html
@@ -80,7 +80,7 @@
80 {% endwith %} 80 {% endwith %}
81 </td> 81 </td>
82 <!-- Recipe file --> 82 <!-- Recipe file -->
83 <td class="recipe_file">{{recipe.file_path}}</td> 83 <td class="recipe_file">{{recipe.get_local_path}}</td>
84 <!-- Section --> 84 <!-- Section -->
85 <td class="recipe_section">{{recipe.section}}</td> 85 <td class="recipe_section">{{recipe.section}}</td>
86 <!-- License --> 86 <!-- License -->