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