%= simple_form_for [:dashboard, @blog], remote: true, html: { class: "storytime-modal-form #{@blog.new_record? ? 'new-blog-form' : 'edit-blog-form'}" } do |f| %>