Sha256: 95cecddb2e232af876b76aa817e3d1ee0fc993e8e34d3311aef20844f12b811a

Contents?: true

Size: 248 Bytes

Versions: 4

Compression:

Stored size: 248 Bytes

Contents

= simple_form_for(post,
                  :input_html => { :class => "rails_blog_engine_post" }) do |f|
  = f.input :title
  = f.input :permalink
  = f.input :body
  = f.input :published_at
  = f.button :submit, :class => "update_post btn primary"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails_blog_engine-0.0.4 app/views/rails_blog_engine/posts/_form.html.haml
rails_blog_engine-0.0.3 app/views/rails_blog_engine/posts/_form.html.haml
rails_blog_engine-0.0.2 app/views/rails_blog_engine/posts/_form.html.haml
rails_blog_engine-0.0.1 app/views/rails_blog_engine/posts/_form.html.haml