Commit 2f12dc82 authored by Dave Syer's avatar Dave Syer

Remove workaround for bug they fixed in Groovy

parent c5d46d0c
...@@ -20,7 +20,7 @@ layout 'layout.tpl', title: 'Messages : View all', ...@@ -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
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment