Sha256: 5adaef92273e65993bbed6d7682d771ba568a97d3460eae5b41eb4ef84ee7892
Contents?: true
Size: 463 Bytes
Versions: 25
Compression:
Stored size: 463 Bytes
Contents
<%%= content_for :head do -%> <%%= javascript_include_tag :ckeditor %> <%% end -%> <%%= form_for @<%= singular_name %>, :validations => true do |f| %> <%%= f.error_messages %> <%- for attribute in model_attributes -%> <div class="item"> <%%= f.label :<%= attribute.name %> %><br /> <%%= f.<%= attribute.field_type %> :<%= attribute.name %>, :class => 'field' %> </div> <%- end -%> <div class="item"> <p><%%= f.submit %></p> </div> <%% end %>
Version data entries
25 entries across 22 versions & 1 rubygems