From 7605239f64f0b47fe3e96a9be0e07700b7bb5c7c Mon Sep 17 00:00:00 2001 From: Koosha Khajeh Moogahi Date: Fri, 16 Nov 2012 16:49:34 +0100 Subject: Bug 802873: Linkify component names in the "Edit Product" page r/a=LpSolit --- template/en/default/admin/products/edit.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl index 0936dbf71..c38530125 100644 --- a/template/en/default/admin/products/edit.html.tmpl +++ b/template/en/default/admin/products/edit.html.tmpl @@ -43,7 +43,9 @@ [% IF product.components.size -%] [% FOREACH component = product.components %] - [% component.name FILTER html %]:  + [% component.name FILTER html %]:  [% IF component.description %] [% component.description FILTER html_light %] [% ELSE %] -- cgit v1.2.3-24-g4f1b