Sha256: 934b5cfcefe1fb7863b91f9800190ed3ebffd6307f7cbc776112151a94547df7
Contents?: true
Size: 439 Bytes
Versions: 1
Compression:
Stored size: 439 Bytes
Contents
<%%%= form_for(@<%%= singular_table_name %>) do |f| %> <%% object = "@#{singular_table_name}" -%> <%%%= render 'error_messages', <%%= key_value :target, object %> %> <%% attributes.each do |attribute| -%> <div class="field"> <%%%= f.label :<%%= attribute.name %> %><br /> <%%%= f.<%%= attribute.field_type %> :<%%= attribute.name %> %> </div> <%% end -%> <div class="actions"> <%%%= f.submit %> </div> <%%% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lbs-config-0.0.2 | lib/generators/lbs/install/templates/_form.html.erb |