Project

General

Profile

Defect #5346 ยป fix-advanced-roadmap.patch

Wael Nasreddine, 2010-05-17 15:11

View differences:

/tmp/b/app/views/issues/show.rhtml 2010-05-17 09:20:40.000000000 +0200
91 91
<% if @journals.any? %>
92 92
<div id="history">
93 93
<h3><%=l(:label_history)%></h3>
94
<%= render :partial => 'history', :locals => { :journals => @journals } %>
94
<%= render :partial => 'history', :locals => { :issue => @issue, :journals => @journals } %>
95 95
</div>
96 96
<% end %>
97 97

  
    (1-1/1)