Sha256: 8704ce4c83267512db8c0979799ffd89c5b927dee51a4684e7c1366b7dcb5f6f
Contents?: true
Size: 339 Bytes
Versions: 3
Compression:
Stored size: 339 Bytes
Contents
<%%= form_for <%= item_path :instance_variable => true %> do |f| %> <%%= f.error_messages %> <%- for attribute in attributes -%> <div class="field"> <%%= f.label :<%= attribute.name %> %> <%%= f.<%= attribute.field_type %> :<%= attribute.name %> %> </div> <%- end -%> <div class="actions"><%%= f.submit %></div> <%% end %>
Version data entries
3 entries across 3 versions & 1 rubygems