9 lines
275 B
Plaintext
9 lines
275 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>Build problem unmuted <@mute.inScope scopeBean/>:
|
|
${buildProblems?first}
|
|
</#global>
|