summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/targets.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/targets.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/targets.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/targets.html b/bitbake/lib/toaster/toastergui/templates/targets.html
index 690c6a5d36..f918d6cff2 100644
--- a/bitbake/lib/toaster/toastergui/templates/targets.html
+++ b/bitbake/lib/toaster/toastergui/templates/targets.html
@@ -60,7 +60,7 @@
60 <td class="description">{% if o.description %}{{o.description}}{% else %}{{o.summary}}{%endif%}</td> 60 <td class="description">{% if o.description %}{{o.description}}{% else %}{{o.summary}}{%endif%}</td>
61 <td class="recipe-file"> 61 <td class="recipe-file">
62 <code>{{o.file_path}}</code> 62 <code>{{o.file_path}}</code>
63 <a href="{{o.get_vcs_link_url}}{{o.file_path}}" target="_blank"><i class="icon-share get-info"></i></a> 63 <a href="{{o.vcs_link_url}}" target="_blank"><i class="icon-share get-info"></i></a>
64 </td> 64 </td>
65 <td class="target-section">{{o.section}}</td> 65 <td class="target-section">{{o.section}}</td>
66 <td class="license">{{o.license}}</td> 66 <td class="license">{{o.license}}</td>