Sha256: 104d392ecf657c6b2b9c45ae67ac89b4d086e6bc8ff492de5737b494765cc29f
Contents?: true
Size: 592 Bytes
Versions: 20
Compression:
Stored size: 592 Bytes
Contents
<%%= error_messages_for :<%= singular_name %> -%> <%% form_for [:admin, @<%= singular_name %>] do |f| -%> <% attributes.each do |attribute| %> <div class='field'> <%%= f.label :<%= attribute.name %> -%> <% if attribute.field_type.to_s == "text_area" -%> <%%= f.text_area :<%= attribute.name %>, :rows => 20, :cols => 140, :class => 'wymeditor' -%> <% else -%> <%%= f.<%= attribute.field_type -%> :<%= attribute.name -%> -%> <% end -%> </div> <% end %> <%%= render :partial => "/shared/admin/form_actions", :locals => {:f => f, :continue_editing => false} %> <%% end -%>
Version data entries
20 entries across 20 versions & 1 rubygems