diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/messages/list.tpl b/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/messages/list.tpl index f486f550c0..ca44294335 100644 --- a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/messages/list.tpl +++ b/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/messages/list.tpl @@ -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 } } }