Sha256: 3eb4827553ca9fcbc704b34e08c716efa1d189771caff510016f4a1aa74623f6

Contents?: true

Size: 223 Bytes

Versions: 2

Compression:

Stored size: 223 Bytes

Contents

%h1 Polyblock Test Dummy

%h3 Polyblock with Inline Editing
= pb("Test")

%h3 Polyblock SimpleForm
= simple_form_for @event do |f|
  = f.input :title
  = simple_fields_for_polyblock :description, f
  = f.submit "Save Event"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
polyblock-0.3.2 test/dummy/app/views/home/index.html.haml
polyblock-0.3.1 test/dummy/app/views/home/index.html.haml