Sha256: df43c9655062c2925b61fbff32bdd5728652a8b5f580a10f87a05c85f043880d
Contents?: true
Size: 395 Bytes
Versions: 21
Compression:
Stored size: 395 Bytes
Contents
= form_for @post do |f| - if @post.errors.any? #error_explanation %h2= "#{pluralize(@post.errors.count, "error")} prohibited this post from being saved:" %ul - @post.errors.full_messages.each do |msg| %li= msg .field = f.label :title = f.text_field :title .field = f.label :content = f.text_area :content .actions = f.submit 'Save'
Version data entries
21 entries across 21 versions & 1 rubygems