Sha256: 13bc5aa8524a4c15b5b61bacfc3d70dbd268b6b6b2dc706e24d39f95abd6d68c

Contents?: true

Size: 443 Bytes

Versions: 3

Compression:

Stored size: 443 Bytes

Contents

<%% title "New <%= gen_spec.singular_title %>" %>
<h1>New <%= gen_spec.singular_name %></h1>

<%% 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>
    <%%= f.submit 'Create' %>
  </p>
<%% end %>

<%%= link_to 'Back', <%= plural_name %>_path %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jrhicks-static-generators-0.1.6 rails_generators/static_scaffold/templates/view_new.html.erb
jrhicks-static-generators-0.1.8 rails_generators/static_scaffold/templates/view_new.html.erb
jrhicks-static-generators-0.2.0 rails_generators/static_scaffold/templates/view_new.html.erb