Remove workaround for bug they fixed in Groovy

This commit is contained in:
Dave Syer 2014-06-13 14:24:17 +01:00
parent c5d46d0cab
commit 2f12dc823c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ layout 'layout.tpl', title: 'Messages : View all',
td "${message.created}"
td {
a(href:"/${message.id}") {
yield message.getSummary()
yield message.summary
}
}
}