move notes login to one controller

This commit is contained in:
Dmitriy Zaporozhets 2012-02-24 09:16:06 +02:00
parent 81092c0198
commit 215a01f63c
15 changed files with 55 additions and 46 deletions

View file

@ -41,5 +41,5 @@
%div= simple_format @issue.title
.issue_notes= render "notes/notes"
.issue_notes= render "notes/notes", :tid => @issue.id, :tt => "issue"