Sha256: d94640f066977b8f43cdcb31d96dc812e6f6c4659f0632f177cc44d856cf2faa

Contents?: true

Size: 522 Bytes

Versions: 3

Compression:

Stored size: 522 Bytes

Contents

.delete
  = f.hidden_field :_destroy
  = link_to 'Delete', '#', :class => 'icon delete', :title => "Delete the current page part"

= f.error_notification

= f.input :title, :class => 'page_part_title'
= f.input :filter, :collection => Page.filters, :include_blank => false, :class => 'filter', :input_html => { :class => 'filter', :rel => "page_part_content_#{f.object.id}" }
= f.input :content, :input_html => { 'data-filter' => f.object.filter, :class => 'editor ignore_tab', :id => "page_part_content_#{f.object.id}" }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
page_engine-0.0.3 app/views/admin/pages/_page_part_fields.html.haml
page_engine-0.0.2 app/views/admin/pages/_page_part_fields.html.haml
page_engine-0.0.1 app/views/admin/pages/_page_part_fields.html.haml