From 3263f2e1ab94dc1d15965edfd56b7104eb570e3e Mon Sep 17 00:00:00 2001 From: Steven Verbeek Date: Sat, 17 Mar 2012 02:13:36 -0300 Subject: [PATCH] Fixed markdown. --- app/views/issues/show.html.haml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/issues/show.html.haml b/app/views/issues/show.html.haml index bd94810..ccd35b3 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" -- libgit2 0.21.2