From 4a53e358da7ba94ec253c7e2a5bed5790aacf903 Mon Sep 17 00:00:00 2001 From: Stephan Eckardt Date: Fri, 22 Jul 2011 18:18:00 +0200 Subject: [PATCH] render journal list in issues edit form --- app/views/issue_boxes/_edit.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/issue_boxes/_edit.html.erb b/app/views/issue_boxes/_edit.html.erb index 5c63f37706..9e30614676 100644 --- a/app/views/issue_boxes/_edit.html.erb +++ b/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) %> \ No newline at end of file