Sha256: ae290fd9ac2c46bd2305d49f520b955886af08a9153b06615792c4bb640982d2

Contents?: true

Size: 229 Bytes

Versions: 3

Compression:

Stored size: 229 Bytes

Contents

= f.error_messages
<%- for attribute in attributes -%>
%p
  = f.label :<%= attribute.name %>
  %br
  = f.<%= attribute.field_type %> :<%= attribute.name %>
<%- end -%>
%button.button.positive{:type => "submit"}
  = submit_button

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mondo-generators-0.6.2 rails_generators/mondo_scaffold/templates/views/haml/_form.html.haml
mondo-generators-0.6.1 rails_generators/mondo_scaffold/templates/views/haml/_form.html.haml
mondo-generators-0.6.0 rails_generators/mondo_scaffold/templates/views/haml/_form.html.haml