Sha256: bc7153759df5fd993ad6e5ba6d2bbe7dc1e14a2e07d3013fd6781cde0b5bf968
Contents?: true
Size: 134 Bytes
Versions: 2
Compression:
Stored size: 134 Bytes
Contents
= simple_form_for [:admin, post] do |f| = f.input :title = f.input :body = f.input :published, as: :boolean = f.submit 'save'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hitchens-0.0.3 | app/views/hitchens/admin/posts/_form.html.haml |
hitchens-0.0.2 | app/views/hitchens/admin/posts/_form.html.haml |