Sha256: d7a73c7654a5c752b7e0c4855b486f5282b392e6fa73f72f0642d43bde136670
Contents?: true
Size: 593 Bytes
Versions: 3
Compression:
Stored size: 593 Bytes
Contents
<SystemPage> <?r base = "#{@base}/%base%" ?> <h1><a href="/"> Home</a> > <a href="#@base">System</a> > <a href="#{base}/list">#{"%plural%".humanize}</a> > New #{"%name%".humanize}</h1> <?r if @all ?> <a href="#{request.uri.gsub(/\/all$/, '')}">Show editable</a> #{form_for @obj, :action => "#{base}/save", :cancel => "#{base}/list", :all => true, :enctype => "multipart/form-data"} <?r else ?> <a href="#{request.uri}/all">Show all</a> #{form_for @obj, :action => "#{base}/save", :cancel => "#{base}/list", :enctype => "multipart/form-data"} <?r end ?> </SystemPage>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.29.0 | proto/public/scaffold/new.xhtml |
nitro-0.30.0 | proto/public/scaffold/new.xhtml |
nitro-0.31.0 | proto/public/scaffold/new.xhtml |