Sha256: eaf4a0ea4c3426eda9d76daccde4cb353e3d756abea0b4fd3a5295f039f0d38b

Contents?: true

Size: 196 Bytes

Versions: 7

Compression:

Stored size: 196 Bytes

Contents

= simple_form_for [:admin, entry] do |form|
  = form.input :title
  = form.input :body
  = form.input :published_at if entry.published_at
  = form.submit 'Save as draft'
  = form.submit 'Publish'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jabe-0.7.0 app/views/jabe/admin/entries/_form.html.haml
jabe-0.6.5 app/views/jabe/admin/entries/_form.html.haml
jabe-0.6.4 app/views/jabe/admin/entries/_form.html.haml
jabe-0.6.3 app/views/jabe/admin/entries/_form.html.haml
jabe-0.6.2 app/views/jabe/admin/entries/_form.html.haml
jabe-0.6.1 app/views/jabe/admin/entries/_form.html.haml
jabe-0.6.0 app/views/jabe/admin/entries/_form.html.haml