summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/tables.py')
-rw-r--r--bitbake/lib/toaster/toastergui/tables.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/bitbake/lib/toaster/toastergui/tables.py b/bitbake/lib/toaster/toastergui/tables.py
index caa2fba51a..2bbef637aa 100644
--- a/bitbake/lib/toaster/toastergui/tables.py
+++ b/bitbake/lib/toaster/toastergui/tables.py
@@ -495,12 +495,9 @@ class CustomImagesTable(ToasterTable):
495 static_data_template=name_link_template) 495 static_data_template=name_link_template)
496 496
497 recipe_file_template = ''' 497 recipe_file_template = '''
498 <code>{{data.name}}_{{data.version}}.bb</code>
499 {% if data.get_base_recipe_file %} 498 {% if data.get_base_recipe_file %}
500 <a href="{% url 'customrecipedownload' extra.pid data.pk %}"> 499 <code>{{data.name}}_{{data.version}}.bb</code>
501 <i class="icon-download-alt" data-original-title="Download recipe 500 <a href="{% url 'customrecipedownload' extra.pid data.pk %}" class="icon-download-alt get-help" title="Download recipe file"></a>
502 file"></i>
503 </a>
504 {% endif %}''' 501 {% endif %}'''
505 502
506 self.add_column(title="Recipe file", 503 self.add_column(title="Recipe file",