New comment

<%= link_to @post.title.titleize, edit_sofa_blog_admin_post_path(@post) %> <% @post.tags.each do |tag| %> <%= tag.name %> <% end %>

<%= sofa_blog_form_for @comment, :as => :comment, :url => {:action => :create} do |form| %> <%= render :partial => form %> <% end %>