Sha256: 0a41bd7c0112af0005165d667ae6df1e5f286b5997481cfc24dc11fb70851b58

Contents?: true

Size: 379 Bytes

Versions: 6

Compression:

Stored size: 379 Bytes

Contents

- title "New <%= singular_name.titleize %>"

<%- if form_partial? -%>
- form_for @<%= singular_name %> do |f|
  = render :partial => "form", :locals => { :f => f, :submit_button => t("label.create") }
<%- else -%>
<%= read_template("views/haml/_form.html.haml") -%>
<%- end -%>

<%- if action? :index -%>
= link_to "Back", <%= plural_name %>_path, :class => "button"
<%- end -%>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mondo-generators-0.6.9 rails_generators/mondo_scaffold/templates/views/haml/new.html.haml
mondo-generators-0.6.8 rails_generators/mondo_scaffold/templates/views/haml/new.html.haml
mondo-generators-0.6.7 rails_generators/mondo_scaffold/templates/views/haml/new.html.haml
mondo-generators-0.6.5 rails_generators/mondo_scaffold/templates/views/haml/new.html.haml
mondo-generators-0.6.4 rails_generators/mondo_scaffold/templates/views/haml/new.html.haml
mondo-generators-0.6.3 rails_generators/mondo_scaffold/templates/views/haml/new.html.haml