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