Sha256: 776e5f758898233f639e6eac777c72cf592612cbc04352ef94a765099039b83d

Contents?: true

Size: 357 Bytes

Versions: 10

Compression:

Stored size: 357 Bytes

Contents

<%%= bootstrap_form_for(<%= singular_table_name %>) do |f| %>
<% attributes.each do |attribute| -%>
<% if attribute.password_digest? -%>
  <%%= f.password_field :password %>
  <%%= f.password_field :password_confirmation %>
<% else -%>
  <%%= f.<%= attribute.field_type %> :<%= attribute.column_name %> %>
<% end -%>
<% end -%>
  <%%= f.submit %>
<%% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bootstrap_leather-0.10.14 lib/templates/erb/scaffold/_form.html.erb
bootstrap_leather-0.10.13 lib/templates/erb/scaffold/_form.html.erb
bootstrap_leather-0.10.11 lib/templates/erb/scaffold/_form.html.erb
bootstrap_leather-0.10.10 lib/templates/erb/scaffold/_form.html.erb
bootstrap_leather-0.10.9 lib/templates/erb/scaffold/_form.html.erb
bootstrap_leather-0.10.8 lib/templates/erb/scaffold/_form.html.erb
bootstrap_leather-0.10.7 lib/templates/erb/scaffold/_form.html.erb
bootstrap_leather-0.10.6 lib/templates/erb/scaffold/_form.html.erb
bootstrap_leather-0.10.5 lib/templates/erb/scaffold/_form.html.erb
bootstrap_leather-0.10.4 lib/templates/erb/scaffold/_form.html.erb