Sha256: ad8519e895ee0d6f6401ee63b5434f9cb8a8d174d1e40f940b907d17690cf7b0
Contents?: true
Size: 445 Bytes
Versions: 7
Compression:
Stored size: 445 Bytes
Contents
#<%= singular_name %>_dialog - form_for [@<%= parent_singular_name %>, @<%= 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
7 entries across 7 versions & 1 rubygems