OSDN Git Service

added svn:eol-style native property on /app files
[redminele/redmine.git] / app / views / issues / history.rhtml
1 <h3><%=l(:label_history)%></h3>
2 <div id="history">
3 <%= render :partial => 'history', :locals => { :journals => @journals } %>
4 </div>
5 <br />
6 <p><%= link_to l(:button_back), :action => 'show', :id => @issue %></p>