Commit 7605239f authored by Koosha Khajeh Moogahi's avatar Koosha Khajeh Moogahi Committed by Frédéric Buclin

Bug 802873: Linkify component names in the "Edit Product" page

r/a=LpSolit
parent 2a565b2c
......@@ -43,7 +43,9 @@
<td>
[% IF product.components.size -%]
[% FOREACH component = product.components %]
<b>[% component.name FILTER html %]:</b>&nbsp;
<a href="editcomponents.cgi?action=edit&product=
[%- product.name FILTER uri %]&component=
[%- component.name FILTER uri %]">[% component.name FILTER html %]</a>:&nbsp;
[% IF component.description %]
[% component.description FILTER html_light %]
[% ELSE %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment