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