joergrech / KickstartWithBootstrap

Kickstart is an extension for Grails in order to start your project with a good looking frontend. It is intended to be used in rapid application scenarios such as a Startup Weekend or a prototyping session with a customer. This plugin provides adapted scaffolding templates for standard CRUD pages using Twitter's CSS Framework Bootstrap and offers some basic pages for a web site.
65 stars 52 forks source link

apparent typo in show.gsp which made the template ignore the display constraint #7

Closed bronoman closed 12 years ago

bronoman commented 12 years ago

pls compare to create.gsp (where it works fine), I guess the <% import org.codehaus.groovy.grails.plugins.PluginManagerHolder %> is needed here also.