Sha256: 5de04584326136377640fe2970e59de5518f14f5bf9057e7590ba1f3c59c790e
Contents?: true
Size: 525 Bytes
Versions: 3
Compression:
Stored size: 525 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%".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} <?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.29.0 | proto/public/scaffold/edit.xhtml |
nitro-0.30.0 | proto/public/scaffold/edit.xhtml |
nitro-0.31.0 | proto/public/scaffold/edit.xhtml |