Remove workaround for bug they fixed in Groovy
This commit is contained in:
parent
c5d46d0cab
commit
2f12dc823c
|
@ -20,7 +20,7 @@ layout 'layout.tpl', title: 'Messages : View all',
|
||||||
td "${message.created}"
|
td "${message.created}"
|
||||||
td {
|
td {
|
||||||
a(href:"/${message.id}") {
|
a(href:"/${message.id}") {
|
||||||
yield message.getSummary()
|
yield message.summary
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue