Sha256: 50b1c24a5e8e8ddeef6e2f08c6fca4b8087019c11d35b3d28c5945ae87c292f4
Contents?: true
Size: 1.29 KB
Versions: 11
Compression:
Stored size: 1.29 KB
Contents
%form{:action => "/test-endpoint", :class => "horizontal formtastic entry", :data => { :"forms-success-content" => " ", :"forms-success-replace" => ".test-content", :forms => "/test-endpoint" } } %fieldset.inputs %ol %li.string.input.required.stringish %label{:for => "test_entry_first_name"} First name %abbr{:title => "required"} * %input{:id => "test_entry_first_name", :maxlength => "255", :name => "entry[first_name]", :type => "text"} %li.string.input.required.stringish %label{:for => "test_entry_last_name"} Last name %abbr{:title => "required"} * %input{:id => "test_entry_last_name", :maxlength => "255", :name => "entry[last_name]", :type => "text"} %li.email.input.required.stringish %label{:for => "test_entry_email"} Email %abbr{:title => "required"} * %input{:id => "test_entry_email", :maxlength => "255", :name => "entry[email]", :type => "email"} %fieldset.actions %ol %li.support.action :markdown By submitting this test you agree to the [Terms and Conditions](/terms-and-conditions) and to share your information with us. %li.action.button_action %button.green.btn{:name => "button", :type => "submit"} Submit Test
Version data entries
11 entries across 11 versions & 2 rubygems