Merged r3946 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.0-stable@3996 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<%= f.hidden_field :lock_version %>
|
||||
<%= submit_tag l(:button_submit) %>
|
||||
<%= link_to_remote l(:label_preview),
|
||||
{ :url => { :controller => 'issues', :action => 'preview', :project_id => @project, :id => @issue },
|
||||
{ :url => preview_issue_path(:project_id => @project, :id => @issue),
|
||||
:method => 'post',
|
||||
:update => 'preview',
|
||||
:with => 'Form.serialize("issue-form")',
|
||||
|
||||
@@ -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')",
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
<% if @notes %>
|
||||
<fieldset class="preview"><legend><%= l(:field_notes) %></legend>
|
||||
<%= textilizable @notes, :attachments => @attachements, :object => @issue %>
|
||||
</fieldset>
|
||||
<% end %>
|
||||
|
||||
<% if @description %>
|
||||
<fieldset class="preview"><legend><%= l(:field_description) %></legend>
|
||||
<%= textilizable @description, :attachments => @attachements, :object => @issue %>
|
||||
</fieldset>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user