summaryrefslogtreecommitdiffstats
path: root/app/views/issues/_edit.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-02-12 18:31:15 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-02-12 18:31:15 +0000
commit30a7314b861f1c61d8dbc27d2d57b2146ce57855 (patch)
tree79b8f429f1452fc18f0c54e347182e0344559ab9 /app/views/issues/_edit.rhtml
parentc5d998528fedb6652074c06132cabd9435a4d5be (diff)
downloadredmine-30a7314b861f1c61d8dbc27d2d57b2146ce57855.tar.gz
redmine-30a7314b861f1c61d8dbc27d2d57b2146ce57855.zip
Fixed: wiki and changeset links not displayed when previewing issue description or notes.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1138 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues/_edit.rhtml')
-rw-r--r--app/views/issues/_edit.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_edit.rhtml b/app/views/issues/_edit.rhtml
index 5bd685e47..7c4cf501c 100644
--- a/app/views/issues/_edit.rhtml
+++ b/app/views/issues/_edit.rhtml
@@ -28,7 +28,7 @@
<%= f.hidden_field :lock_version %>
<%= submit_tag l(:button_submit) %>
<%= link_to_remote l(:label_preview),
- { :url => { :controller => 'issues', :action => 'preview', :id => @issue },
+ { :url => { :controller => 'issues', :action => 'preview', :project_id => @project, :id => @issue },
:method => 'post',
:update => 'preview',
:with => 'Form.serialize("issue-form")',