Sha256: a702320702c3c2c933d5ac350e8412ae9d2765b1cd51d4b44969f166a9daaa85
Contents?: true
Size: 295 Bytes
Versions: 1
Compression:
Stored size: 295 Bytes
Contents
%section.edit-post %h2= "Editing Post: #{@post.title}" = form_for @post, url: admin_post_path(@post), method: :patch, class: "form" do |f| = render partial: 'hyper_kitten_meow/admin/shared/error_handler', locals: { model: @post } = render partial: 'form_fields', locals: { form: f }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hyper-kitten-meow-0.1.2 | app/views/hyper_kitten_meow/admin/posts/edit.html.haml |