Sha256: 3f12a8f9aa52723f7681ba797dad2b67b9c1daef2049f02658be51bd8dfe5a56

Contents?: true

Size: 317 Bytes

Versions: 9

Compression:

Stored size: 317 Bytes

Contents

-# frozen_string_literal: true
= simple_form_for(@post) do |f|
  = f.error_notification
  = f.error_notification message: f.object.errors[:base].to_sentence if f.object.errors[:base].present?

  .form-inputs
    = f.input :title
    = f.input :body
    = f.input :published_at

  .form-actions
    = f.button :submit

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cmor_seo-0.0.51.pre spec/dummy/app/views/posts/_form.html.haml
cmor_seo-0.0.50.pre spec/dummy/app/views/posts/_form.html.haml
cmor_seo-0.0.49.pre spec/dummy/app/views/posts/_form.html.haml
cmor_seo-0.0.48.pre spec/dummy/app/views/posts/_form.html.haml
cmor_seo-0.0.45.pre spec/dummy/app/views/posts/_form.html.haml
cmor_seo-0.0.44.pre spec/dummy/app/views/posts/_form.html.haml
cmor_seo-0.0.43.pre spec/dummy/app/views/posts/_form.html.haml
cmor_seo-0.0.42.pre spec/dummy/app/views/posts/_form.html.haml
cmor_seo-0.0.41.pre spec/dummy/app/views/posts/_form.html.haml