Sha256: ab5a53f49115ccb800c296707b9a72a85ef39d4f471310fa0957681713e74fbb

Contents?: true

Size: 405 Bytes

Versions: 4

Compression:

Stored size: 405 Bytes

Contents

= simple_form_for [:admin, @page_snippet] do |f|
  = f.error_notification
  
  .inputs
    = f.input :name
    = f.input :filter, :collection => Page.filters, :include_blank => false, :class => 'filter', :input_html => { :class => 'filter', :rel => 'page_snippet_content' }
    = f.input :content, :input_html => { :class => 'editor', 'data-filter' => @page_snippet.filter }
    
  .action
    = f.submit

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
page_engine-0.0.4 app/views/admin/page_snippets/_form.html.haml
page_engine-0.0.3 app/views/admin/page_snippets/_form.html.haml
page_engine-0.0.2 app/views/admin/page_snippets/_form.html.haml
page_engine-0.0.1 app/views/admin/page_snippets/_form.html.haml