Sha256: 5e42266aa6f29edffb987791d1e5ccd6c86a3ccade4e22e38ef9190f2443c27f
Contents?: true
Size: 507 Bytes
Versions: 11
Compression:
Stored size: 507 Bytes
Contents
<div class='page_part' id='<%= new_part ? "page_part_new_#{part_index}" : part.to_param %>'> <%= hidden_field_tag "page[parts_attributes][#{part_index}][title]", part.title if new_part %> <%= hidden_field_tag "page[parts_attributes][#{part_index}][slug]", part.slug if new_part %> <%= text_area_tag "page[parts_attributes][#{part_index}][body]", part.body, :rows => 20, :class => 'visual_editor widest' %> <%= hidden_field_tag "page[parts_attributes][#{part_index}][position]", part_index %> </div>
Version data entries
11 entries across 11 versions & 1 rubygems