Sha256: 32446e7a683ccad5c2295d1aa5ccfcf9cd078442c2aeb52e6eb11e267d884766

Contents?: true

Size: 509 Bytes

Versions: 1

Compression:

Stored size: 509 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}
  <?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

1 entries across 1 versions & 1 rubygems

Version Path
nitro-0.26.0 proto/public/scaffold/new.xhtml