11 lines
395 B
Plaintext
11 lines
395 B
Plaintext
|
<#-- Uses FreeMarker template syntax, template guide can be found at http://freemarker.org/docs/dgui.html -->
|
||
|
|
||
|
<#import "common.ftl" as common>
|
||
|
<#import "responsibility.ftl" as resp>
|
||
|
|
||
|
<#global link>${link.allResponsibilitiesLink}</#global>
|
||
|
<#global message><@resp.subject responsibility testNames?size + ' tests'/>
|
||
|
|
||
|
<@resp.removeMethod responsibility/>
|
||
|
<@resp.comment responsibility/></#global>
|