<%= ts("New comment on %{name}", :name => @name) %>

<%= error_messages_for :comment %> <%= render :partial => 'comments/comment_form', :locals => { :comment => @comment, :commentable => @commentable, :button_name => ts("Comment") } %>