summaryrefslogtreecommitdiffstats
path: root/app/views/news/new.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/news/new.html.erb')
-rw-r--r--app/views/news/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/news/new.html.erb b/app/views/news/new.html.erb
index 55a876d27..c8a5763c4 100644
--- a/app/views/news/new.html.erb
+++ b/app/views/news/new.html.erb
@@ -1,6 +1,6 @@
<h2><%=l(:label_news_new)%></h2>
-<% labelled_tabular_form_for @news, :url => project_news_index_path(@project),
+<% labelled_form_for @news, :url => project_news_index_path(@project),
:html => { :id => 'news-form' } do |f| %>
<%= render :partial => 'news/form', :locals => { :f => f } %>
<%= submit_tag l(:button_create) %>