Sha256: a27dc8dfb01adfdf874c4a815c9e18d223a6a026f7c1c884da6286bdacac80f1

Contents?: true

Size: 242 Bytes

Versions: 1

Compression:

Stored size: 242 Bytes

Contents

= semantic_form_for resource do |f|
  = f.semantic_errors

  = f.input :content
  %input{:type => 'hidden', :name => "#{parent_type}_id", :value => "#{parent.id}"}
  = f.input :user_id, :as => :hidden


  = f.buttons do
    = f.commit_button

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bookyt-0.0.1 app/views/notes/_form.html.haml