Sha256: ffebcd8f9d526ad30e1a9b7d1656043d47c5a34392c342f6acc4f79b18e3bb0e

Contents?: true

Size: 245 Bytes

Versions: 1

Compression:

Stored size: 245 Bytes

Contents

- form_for [:admin, @<%= singular_name %>] do |f|
  <%- for attribute in attributes -%>
  %p
    = f.label :<%= attribute.name %>
    %br
    = f.<%= attribute.field_type %> :<%= attribute.name %>
  <%- end -%>
	%br
  %p
    = f.submit "Submit"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ghart-nifty-generators-0.3.0.1 rails_generators/nifty_admin_scaffold/templates/views/haml/_form.html.haml