summaryrefslogtreecommitdiffstats
path: root/app/views/issues/history.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issues/history.rhtml')
-rw-r--r--app/views/issues/history.rhtml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/issues/history.rhtml b/app/views/issues/history.rhtml
new file mode 100644
index 000000000..2443cc739
--- /dev/null
+++ b/app/views/issues/history.rhtml
@@ -0,0 +1,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> \ No newline at end of file