12 lines
387 B
Plaintext
12 lines
387 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 message><@mute.testInfo tests/> muted <@mute.inScope scopeBean/> by ${muteInfo.mutingUser.descriptiveName}.
|
||
|
|
||
|
<@mute.comment muteInfo/>.
|
||
|
<@mute.unmute unmuteModeBean/>
|
||
|
${link.mutedProblemsLink}
|
||
|
</#global>
|