Fixed markdown.

This commit is contained in:
Steven Verbeek 2012-03-17 02:13:36 -03:00
parent 4dc1331676
commit 3263f2e1ab

View file

@ -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"