Sha256: ef4ec4b56540af4f376639906e15a4b23c008586aa89a3e33c36e2fef87edb99

Contents?: true

Size: 198 Bytes

Versions: 3

Compression:

Stored size: 198 Bytes

Contents

%form{:action => "/posts", :method => "post"}
  %h1 Title
  %input{:type => "text", :name => "post[title]"}

  %h1 Body
  %input{:type => "text", :name => "post[body]"}

  %input{:type => "submit"}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cubbyhole-0.2.1 example/views/new.haml
cubbyhole-0.2.0 example/views/new.haml
cubbyhole-0.1.1 example/views/new.haml