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
|
@ -9,7 +9,8 @@
|
|||
%strong= link_to "Remove", [@project, note], :confirm => 'Are you sure?', :method => :delete, :remote => true, :class => "cred delete-note btn small"
|
||||
|
||||
%div.note-title
|
||||
= markdown(note.note)
|
||||
= preserve do
|
||||
= markdown(note.note)
|
||||
- if note.attachment.url
|
||||
.right
|
||||
%div.file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue