Sha256: 7727a86fb96740afc062e460594350a16ffec635632de5a835cbfd62ae3bf317

Contents?: true

Size: 349 Bytes

Versions: 9

Compression:

Stored size: 349 Bytes

Contents

-# frozen_string_literal: true
= simple_form_for(@page) 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 :meta_description
    = 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/pages/_form.html.haml
cmor_seo-0.0.50.pre spec/dummy/app/views/pages/_form.html.haml
cmor_seo-0.0.49.pre spec/dummy/app/views/pages/_form.html.haml
cmor_seo-0.0.48.pre spec/dummy/app/views/pages/_form.html.haml
cmor_seo-0.0.45.pre spec/dummy/app/views/pages/_form.html.haml
cmor_seo-0.0.44.pre spec/dummy/app/views/pages/_form.html.haml
cmor_seo-0.0.43.pre spec/dummy/app/views/pages/_form.html.haml
cmor_seo-0.0.42.pre spec/dummy/app/views/pages/_form.html.haml
cmor_seo-0.0.41.pre spec/dummy/app/views/pages/_form.html.haml