2007-03-12 17:59:02 +00:00
|
|
|
<h3><%=l(:label_history)%></h3>
|
|
|
|
<div id="history">
|
|
|
|
<%= render :partial => 'history', :locals => { :journals => @journals } %>
|
|
|
|
</div>
|
|
|
|
<br />
|
2006-11-27 22:31:14 +00:00
|
|
|
<p><%= link_to l(:button_back), :action => 'show', :id => @issue %></p>
|