Sha256: 83c2844ced0c04243dddac898b68b8916d01f4ac120054c7e3c1f9e024a9f365
Contents?: true
Size: 510 Bytes
Versions: 3
Compression:
Stored size: 510 Bytes
Contents
<SystemPage> <?r base = "#{@base}/%base%" ?> <h1><a href="/"> Home</a> > <a href="#@base">System</a> > <a href="#{base}/list">#{"%plural%".humanize}</a> > Edit %name%</h1> <?r if @all ?> <a href="#{request.uri.gsub(/\/all$/, '')}">Show editable</a> #{form_for @obj, :action => "#{base}/save", :cancel => "#{base}/list", :all => true} <?r else ?> <a href="#{request.uri}/all">Show all</a> #{form_for @obj, :action => "#{base}/save", :cancel => "#{base}/list"} <?r end ?> </SystemPage>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.26.0 | proto/public/scaffold/edit.xhtml |
nitro-0.27.0 | proto/public/scaffold/edit.xhtml |
nitro-0.28.0 | proto/public/scaffold/edit.xhtml |