Sha256: 24c3309bf7d837f2a6ed3b4e062b1af0c03b6386400b734dcf154bdd95661846

Contents?: true

Size: 436 Bytes

Versions: 22

Compression:

Stored size: 436 Bytes

Contents

<% if options[:formtastic] -%>
- form.inputs do
<% attributes.each do |attribute| -%>
  = form.input :<%= attribute.name %>, :label => '<%= attribute.name.humanize %>'
<% end -%>
<% else -%>
%fieldset
  %dl
<% attributes.each do |attribute| -%>
    %dt.label= form.label :<%= attribute.name %>, '<%= attribute.name.humanize %>'
    %dd.<%= attribute.name %>= form.<%= attribute.field_type %> :<%= attribute.name %>
<% end -%>
<% end -%>

Version data entries

22 entries across 22 versions & 6 rubygems

Version Path
akitaonrails-dry_scaffold-0.3.3 generators/dry_scaffold/templates/views/haml/_form.html.haml
grimen-dry_scaffold-0.1.1 generators/dry_scaffold/templates/view__form.html.haml
grimen-dry_scaffold-0.1.2 generators/dry_scaffold/templates/view__form.html.haml
grimen-dry_scaffold-0.2.0 generators/dry_scaffold/templates/view__form.html.haml
grimen-dry_scaffold-0.2.1 generators/dry_scaffold/templates/view__form.html.haml
grimen-dry_scaffold-0.2.2 generators/dry_scaffold/templates/views/haml/_form.html.haml
grimen-dry_scaffold-0.2.3 generators/dry_scaffold/templates/views/haml/_form.html.haml
grimen-dry_scaffold-0.2.4 generators/dry_scaffold/templates/views/haml/_form.html.haml
grimen-dry_scaffold-0.2.5 generators/dry_scaffold/templates/views/haml/_form.html.haml
grimen-dry_scaffold-0.2.6 generators/dry_scaffold/templates/views/haml/_form.html.haml
grimen-dry_scaffold-0.3.0 generators/dry_scaffold/templates/views/haml/_form.html.haml
grimen-dry_scaffold-0.3.1 generators/dry_scaffold/templates/views/haml/_form.html.haml
grimen-dry_scaffold-0.3.2 generators/dry_scaffold/templates/views/haml/_form.html.haml
grimen-dry_scaffold-0.3.3 generators/dry_scaffold/templates/views/haml/_form.html.haml
grimen-dry_scaffold-0.3.4 generators/dry_scaffold/templates/views/haml/_form.html.haml
grimen-dry_scaffold-0.3.5 generators/dry_scaffold/templates/views/haml/_form.html.haml
pelle-dry_scaffold-0.3.5 generators/dry_scaffold/templates/views/haml/_form.html.haml
dry_scaffold-0.3.8 generators/dry_scaffold/templates/views/haml/_form.html.haml
dry_scaffold-0.3.7 generators/dry_scaffold/templates/views/haml/_form.html.haml
dry_scaffold-0.3.6 generators/dry_scaffold/templates/views/haml/_form.html.haml