Added preview on add/edit issue form.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@812 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-10-06 08:54:05 +00:00
parent 75c4c4f6b3
commit 5259dec061
7 changed files with 42 additions and 5 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ class WikiController < ApplicationController
page = @wiki.find_page(params[:page])
@attachements = page.attachments if page
@text = params[:content][:text]
render :partial => 'preview'
render :partial => 'common/preview'
end
def add_attachment