Sha256: 2041a94917740cb8d39534933f60489a5d612c04d33cbea97bf7a2ccf82830e8

Contents?: true

Size: 530 Bytes

Versions: 1

Compression:

Stored size: 530 Bytes

Contents

<%%= error_messages_for <%= item_path :instance_variable => true %> %>
<%%= form_for <%= item_path :instance_variable => true %> do |f| %>
	<fieldset>
	<%- model_attributes.each do |attribute| -%>
	  <div class="clearfix">
	    <%%= f.label :<%= attribute.name %> %>
	    <div class="input">
	      <%%= f.<%= attribute.field_type %> :<%= attribute.name %>, :class => "xxlarge" %>
	    </div>
	  </div>
	<%- end -%>
	  <div class="actions">
	    <%%= f.submit :class => "btn primary float-right"%>
	  </div>
	<fieldset>
<%% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrapped-0.0.6 lib/generators/bootstrapped/scaffold/templates/views/erb/_form.html.erb