diff --git a/app/views/issues/show.html.haml b/app/views/issues/show.html.haml index bd94810a..ccd35b38 100644 --- a/app/views/issues/show.html.haml +++ b/app/views/issues/show.html.haml @@ -43,7 +43,9 @@ %hr - %div= markdown @issue.description + %div + - if @project.description.present? + = markdown @issue.description .issue_notes#notes= render "notes/notes", :tid => @issue.id, :tt => "issue"