render journal list in issues edit form

pull/6827/head
Stephan Eckardt 13 years ago
parent 1ebffad74a
commit 4a53e358da
  1. 1
      app/views/issue_boxes/_edit.html.erb

@ -9,4 +9,5 @@
<% form = RedmineBacklogs::IssueForm.new(@issue) %>
<%= RedmineBacklogs::IssueEditActions.new(@issue, html_id, form.form_id).render(self) %>
<%= form.render(self) %>
<%= ChiliProject::Nissue::JournalView.new(@journals, @issue).render(self) %>
</div>
Loading…
Cancel
Save