Sha256: ad8519e895ee0d6f6401ee63b5434f9cb8a8d174d1e40f940b907d17690cf7b0

Contents?: true

Size: 445 Bytes

Versions: 7

Compression:

Stored size: 445 Bytes

Contents

#<%= singular_name %>_dialog
  - form_for [@<%= parent_singular_name %>, @<%= singular_name %>] do |f|
    = f.error_messages
    <%- for attribute in attributes -%>
    %p
      = f.label :<%= attribute.name %>
      = f.<%= attribute.field_type %> :<%= attribute.name %>, :class => "text"
    <%- end -%>
    %p
      = f.submit "#{f.object.new_record? ? "Create" : "Update"} <%= singular_name.capitalize %>", :class => "button dialog"
      

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
twilson63-nifty-generators-0.3.2 rails_generators/nifty_nested_scaffold/templates/views/haml/_form.html.haml
twilson63-nifty-generators-0.3.3 rails_generators/nifty_nested_scaffold/templates/views/haml/_form.html.haml
twilson63-nifty-generators-0.3.4 rails_generators/nifty_nested_scaffold/templates/views/haml/_form.html.haml
twilson63-nifty-generators-0.3.5 rails_generators/nifty_nested_scaffold/templates/views/haml/_form.html.haml
twilson63-nifty-generators-0.3.6 rails_generators/nifty_nested_scaffold/templates/views/haml/_form.html.haml
twilson63-nifty-generators-0.3.7 rails_generators/nifty_nested_scaffold/templates/views/haml/_form.html.haml
twilson63-nifty-generators-0.3.8 rails_generators/nifty_nested_scaffold/templates/views/haml/_form.html.haml