Mercurial > hg > soundsoftware-site
comparison 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 |
comparison
equal
deleted
inserted
replaced
4:9cc62779c13a | 14:1d32c0a0efbf |
---|---|
7 <%= render :partial => 'issues/form', :locals => {:f => f} %> | 7 <%= render :partial => 'issues/form', :locals => {:f => f} %> |
8 </div> | 8 </div> |
9 <%= submit_tag l(:button_create) %> | 9 <%= submit_tag l(:button_create) %> |
10 <%= submit_tag l(:button_create_and_continue), :name => 'continue' %> | 10 <%= submit_tag l(:button_create_and_continue), :name => 'continue' %> |
11 <%= link_to_remote l(:label_preview), | 11 <%= link_to_remote l(:label_preview), |
12 { :url => { :controller => 'issues', :action => 'preview', :project_id => @project }, | 12 { :url => preview_issue_path(:project_id => @project), |
13 :method => 'post', | 13 :method => 'post', |
14 :update => 'preview', | 14 :update => 'preview', |
15 :with => "Form.serialize('issue-form')", | 15 :with => "Form.serialize('issue-form')", |
16 :complete => "Element.scrollTo('preview')" | 16 :complete => "Element.scrollTo('preview')" |
17 }, :accesskey => accesskey(:preview) %> | 17 }, :accesskey => accesskey(:preview) %> |