8 lines
311 B
Plaintext
8 lines
311 B
Plaintext
|
<#-- Uses FreeMarker template syntax, template guide can be found at http://freemarker.org/docs/dgui.html -->
|
||
|
|
||
|
<#import "common.ftl" as common>
|
||
|
<#import "mute.ftl" as mute>
|
||
|
|
||
|
<#global link>${link.mutedProblemsLink}</#global>
|
||
|
<#global message><@mute.testInfo tests/> unmuted <@mute.inScope scopeBean/>.</#global>
|