about summary refs log tree commit diff stats
path: root/app/views/admin/blogs/edit.html.haml
blob: 3f4d4121a0c7f9dd727a7c0db198c567a6cfed5c (plain) (blame)
1
2
= form_for @blog, url: admin_blog_url(@blog), html: { id: "blog-form" } do |f|
  = render partial: "form", locals: { f: f }