* PROCESS -> INCLUDE in most cases. INCLUDE does proper scoping of
variables.
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
<th>Release</th>
|
||||
<th>Date</th>
|
||||
[% FOREACH job IN jobs %]
|
||||
<th class="releaseSetJobName">[% PROCESS renderReleaseJobName %]</th>
|
||||
<th class="releaseSetJobName">[% INCLUDE renderReleaseJobName %]</th>
|
||||
[% END %]
|
||||
</tr>
|
||||
</thead>
|
||||
|
Reference in New Issue
Block a user