Sha256: 41cb6d254553823e21881542bc54a9a89926cfcf48293119623c0cf3e1c6f686
Contents?: true
Size: 524 Bytes
Versions: 27
Compression:
Stored size: 524 Bytes
Contents
<%% form_for(@<%= singular_name %>) do |f| %> <%%= f.error_messages %> <% for attribute in attributes -%> <p> <%%= f.label :<%= attribute.name %> %><br /> <%%= f.<%= attribute.field_type %> :<%= attribute.name %> %> </p> <% end -%> <p class="buttons"> <%%= f.submit f.object.new_record? ? 'Create' : 'Update' %> <%%= link_to_function 'Cancel', "$(this).parent('form').remove();" if request.xhr? %> <%%= image_tag 'spinner.gif', :style => 'display:none', :class => :spinner %> </p> <%% end %>
Version data entries
27 entries across 27 versions & 1 rubygems