proto/public/scaffold/search.xhtml in nitro-0.28.0 vs proto/public/scaffold/search.xhtml in nitro-0.29.0

- old
+ new

@@ -1,10 +1,10 @@ <SystemPage> <?r base = "#{@base}/%base%" ?> <h1><a href="/"> Home</a> > <a href="#@base">System</a> > <a href="#{base}/list">#{"%plural%".humanize}</a> > Search for '#@query'</h1> <p> <form action="#{base}/search"> - Search %plural%: <input type="text" name="q" />&nbsp;<input type="submit" value="Search" /> + Search #{"%plural%".humanize}: <input type="text" name="q" />&nbsp;<input type="submit" value="Search" /> </form> </p> <?r if @list.nil? ?> <p>Search method is not implemented for this object</p> <?r else ?>