From b8de1a85d54e18ca5a165b42164f54935fd477a1 Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 22 Mar 2013 19:33:46 -0400 Subject: [PATCH] fixes #1038 --- app/views/forum_topics/_form.html.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/forum_topics/_form.html.erb b/app/views/forum_topics/_form.html.erb index 75d42d5b6..cf05d22c0 100644 --- a/app/views/forum_topics/_form.html.erb +++ b/app/views/forum_topics/_form.html.erb @@ -1,6 +1,4 @@
- <%= error_messages_for("forum_topic") %> - <%= simple_form_for(@forum_topic) do |f| %> <%= f.input :title %>