Fixed markdown.
This commit is contained in:
parent
4dc1331676
commit
3263f2e1ab
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue