Sha256: 7fb8e6cbdb61eacab1514707f8bb386fe31939586008800bb39f4fadf154bdc2

Contents?: true

Size: 277 Bytes

Versions: 2

Compression:

Stored size: 277 Bytes

Contents

= simple_form_for([@wiki_space, @wiki_page]) do |f|
  = f.error_notification

  .form-inputs
    = f.input :title
    = f.input :body, as:"ckeditor", :input_html => { :ckeditor => {:toolbar => 'mini'} }
    = f.input :path, as: :hidden

  .form-actions
    = f.button :submit

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yaw-0.0.2 app/views/yaw/wiki_page/_form.html.haml
yaw-0.0.1 app/views/yaw/wiki_page/_form.html.haml