summaryrefslogtreecommitdiffstats
path: root/app/views/issues/history.rhtml
blob: 2443cc7399c0fdd97fa73a8f3b82957b8ec589ed (plain)
1
2
3
4
5
6
<h3><%=l(:label_history)%></h3>
<div id="history">
<%= render :partial => 'history', :locals => { :journals => @journals } %>
</div>
<br />
<p><%= link_to l(:button_back), :action => 'show', :id => @issue %></p>