Sha256: 5cef85b304ca30d83fd651923b2df87d065fe7107ccd6ab8806f2a49116b371b
Contents?: true
Size: 415 Bytes
Versions: 3
Compression:
Stored size: 415 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.image_uploader .field = f.label :title = f.text_field :title .field = f.label :body = f.text_area :body .actions = f.submit
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
uploadbox-0.0.3 | test/dummy/app/views/posts/_form.slim |
uploadbox-0.0.2 | test/dummy/app/views/posts/_form.slim |
uploadbox-0.0.1 | test/dummy/app/views/posts/_form.slim |