Sha256: ae2c4a8f256167599905d061787877c4b03d58f92e99e7c86f5833368c378686
Contents?: true
Size: 413 Bytes
Versions: 14
Compression:
Stored size: 413 Bytes
Contents
#<%= singular_name %>_dialog - form_for @<%= singular_name %> do |f| = f.error_messages <%- for attribute in attributes -%> %p = f.label :<%= attribute.name %> = f.<%= attribute.field_type %> :<%= attribute.name %>, :class => "text" <%- end -%> %p = f.submit "#{f.object.new_record? ? "Create" : "Update"} <%= singular_name.capitalize %>", :class => "button dialog"
Version data entries
14 entries across 14 versions & 1 rubygems