history.rhtml
5 lines
| 216 B
| text/html+ruby
|
RhtmlLexer
|
r52 | <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> |