Sha256: 0c53851dc2da87f28f8029270159053685a385a17912c2c2d092bc3528031aa8

Contents?: true

Size: 439 Bytes

Versions: 2

Compression:

Stored size: 439 Bytes

Contents

<div class="inline-actions">
  <%%= link_to 'Back', <%= plural_name %>_path %>
</div>

<h1>New <%= singular_name.humanize %></h1>

<%% form_for(@<%= singular_name %>) do |f| %>
	<%%= f.error_messages %>

	<% for attribute in attributes -%>
		<fieldset>
		  <%%= f.label :<%= attribute.name %> %>
	  	<%%= f.<%= attribute.field_type %> :<%= attribute.name %> %>
		</fieldset>
	<% end -%>
  <p>
  	<%%= f.submit 'Create' %>
  </p>
<%% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jeffleeismyhero-shoulda_generator-0.3.0 rails_generators/shoulda_scaffold/templates/erb/new.html.erb
jeffleeismyhero-shoulda_generator-0.3.1 rails_generators/shoulda_scaffold/templates/erb/new.html.erb