Fixed markdown.
This commit is contained in:
parent
4dc1331676
commit
3263f2e1ab
1 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,9 @@
|
||||||
|
|
||||||
%hr
|
%hr
|
||||||
|
|
||||||
%div= markdown @issue.description
|
%div
|
||||||
|
- if @project.description.present?
|
||||||
|
= markdown @issue.description
|
||||||
|
|
||||||
|
|
||||||
.issue_notes#notes= render "notes/notes", :tid => @issue.id, :tt => "issue"
|
.issue_notes#notes= render "notes/notes", :tid => @issue.id, :tt => "issue"
|
||||||
|
|
Loading…
Reference in a new issue