Sha256: 7559629af85b82bbbac10bc9faf45e758e8d4e77d4a076c69a563037110602e2
Contents?: true
Size: 455 Bytes
Versions: 10
Compression:
Stored size: 455 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 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
10 entries across 10 versions & 1 rubygems