new issue format

This commit is contained in:
gitlabhq 2011-10-28 12:22:09 +03:00
parent 56d9761844
commit a017181339
8 changed files with 60 additions and 10 deletions

View file

@ -34,7 +34,7 @@ class IssuesController < ApplicationController
end
def show
@notes = @issue.notes
@notes = @issue.notes.order("created_at ASC")
@note = @project.notes.new(:noteable => @issue)
end