bug fix: broken indents fixed in markdown rendered statements
This commit is contained in:
parent
700eec6672
commit
42f04bf70c
5 changed files with 10 additions and 5 deletions
|
@ -42,7 +42,8 @@
|
|||
|
||||
- if @issue.description.present?
|
||||
.bottom_box_content
|
||||
= markdown @issue.description
|
||||
= preserve do
|
||||
= markdown @issue.description
|
||||
|
||||
|
||||
.issue_notes#notes= render "notes/notes", :tid => @issue.id, :tt => "issue"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue