Sha256: 7987343dac0a94db6522e95b12b4c002b1e1aeb874422791ad2a09784a0ff7a6

Contents?: true

Size: 238 Bytes

Versions: 7

Compression:

Stored size: 238 Bytes

Contents

= semantic_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', :class => 'button'
  = form.submit 'Publish', :class => 'button'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jabe-0.5.6 app/views/admin/entries/_form.html.haml
jabe-0.5.5 app/views/admin/entries/_form.html.haml
jabe-0.5.4 app/views/admin/entries/_form.html.haml
jabe-0.5.3 app/views/admin/entries/_form.html.haml
jabe-0.5.2 app/views/admin/entries/_form.html.haml
jabe-0.5.1 app/views/admin/entries/_form.html.haml
jabe-0.5.0 app/views/admin/entries/_form.html.haml