crusade-tracker/config/_notifications/jabber/build_problems_muted.ftl.dist

13 lines
399 B
Plaintext
Raw Permalink Normal View History

2021-01-18 20:27:50 +00:00
<#-- 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>Build problem muted <@mute.inScope scopeBean/> by ${muteInfo.mutingUser.descriptiveName}:
${buildProblems?first}
<@mute.comment muteInfo/>
<@mute.unmute unmuteModeBean/>
${link.mutedProblemsLink}
</#global>