Mercurial > hg > soundsoftware-site
diff app/views/news/.svn/text-base/new.rhtml.svn-base @ 22:40f7cfd4df19
* Update to SVN trunk rev 4173
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 24 Sep 2010 14:06:04 +0100 |
parents | 513646585e45 |
children | 94944d00e43c |
line wrap: on
line diff
--- a/app/views/news/.svn/text-base/new.rhtml.svn-base Wed Aug 25 16:30:24 2010 +0100 +++ b/app/views/news/.svn/text-base/new.rhtml.svn-base Fri Sep 24 14:06:04 2010 +0100 @@ -1,6 +1,6 @@ <h2><%=l(:label_news_new)%></h2> -<% labelled_tabular_form_for :news, @news, :url => { :controller => 'news', :action => 'new', :project_id => @project }, +<% labelled_tabular_form_for :news, @news, :url => { :controller => 'news', :action => 'create', :project_id => @project }, :html => { :id => 'news-form' } do |f| %> <%= render :partial => 'news/form', :locals => { :f => f } %> <%= submit_tag l(:button_create) %>