Mercurial > hg > soundsoftware-site
diff app/views/issues/.svn/text-base/new.rhtml.svn-base @ 14:1d32c0a0efbf
* Update to SVN trunk (revisions 3892-4040)
author | Chris Cannam |
---|---|
date | Wed, 25 Aug 2010 16:30:24 +0100 |
parents | 513646585e45 |
children | 94944d00e43c |
line wrap: on
line diff
--- a/app/views/issues/.svn/text-base/new.rhtml.svn-base Wed Jul 28 12:47:17 2010 +0100 +++ b/app/views/issues/.svn/text-base/new.rhtml.svn-base Wed Aug 25 16:30:24 2010 +0100 @@ -9,7 +9,7 @@ <%= submit_tag l(:button_create) %> <%= submit_tag l(:button_create_and_continue), :name => 'continue' %> <%= link_to_remote l(:label_preview), - { :url => { :controller => 'issues', :action => 'preview', :project_id => @project }, + { :url => preview_issue_path(:project_id => @project), :method => 'post', :update => 'preview', :with => "Form.serialize('issue-form')",