bug fix: broken indents fixed in markdown rendered statements

This commit is contained in:
Kei Kubo 2012-04-11 19:36:52 +00:00
parent 700eec6672
commit 42f04bf70c
5 changed files with 10 additions and 5 deletions

View file

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