summaryrefslogtreecommitdiffstats
path: root/app/views/issues/show.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-03-16 21:37:05 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-03-16 21:37:05 +0000
commitf4be4d101ba1bcd9979ca57b82db7540d79680fb (patch)
tree7bc7b0a82fca20e4a19d390a007e6fd4c39f7bda /app/views/issues/show.rhtml
parent2f0fbef858c9725f46c46effcd1ab70c06f3fef1 (diff)
downloadredmine-f4be4d101ba1bcd9979ca57b82db7540d79680fb.tar.gz
redmine-f4be4d101ba1bcd9979ca57b82db7540d79680fb.zip
Inlines some code to speed up large ticket history rendering.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3594 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues/show.rhtml')
-rw-r--r--app/views/issues/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml
index 3be765d0c..5f6ba1ba6 100644
--- a/app/views/issues/show.rhtml
+++ b/app/views/issues/show.rhtml
@@ -89,7 +89,7 @@
<% if @journals.any? %>
<div id="history">
<h3><%=l(:label_history)%></h3>
-<%= render :partial => 'history', :locals => { :journals => @journals } %>
+<%= render :partial => 'history', :locals => { :issue => @issue, :journals => @journals } %>
</div>
<% end %>