Sha256: 30fc7b17914aa33f33a835b4df3f475ad38efaafa707a9431d3d2f807eb1bd07

Contents?: true

Size: 579 Bytes

Versions: 2

Compression:

Stored size: 579 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%</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

2 entries across 2 versions & 1 rubygems

Version Path
nitro-0.27.0 proto/public/scaffold/new.xhtml
nitro-0.28.0 proto/public/scaffold/new.xhtml