diff options
Diffstat (limited to 'app/views/issues/show.html.haml')
-rw-r--r-- | app/views/issues/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/show.html.haml b/app/views/issues/show.html.haml index b96af36fcc0..55fc0aee0df 100644 --- a/app/views/issues/show.html.haml +++ b/app/views/issues/show.html.haml @@ -55,4 +55,4 @@ = markdown @issue.description -.issue_notes.voting_notes#notes= render "notes/notes_with_form", tid: @issue.id, tt: "issue" +.voting_notes#notes= render "notes/notes_with_form" |