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

@ -8,7 +8,8 @@
Edit
%hr
.wiki_content
= markdown_to_html @wiki.content
= preserve do
= markdown_to_html @wiki.content
%p.time Last edited by #{@wiki.user.name}, in #{time_ago_in_words @wiki.created_at}
- if can? current_user, :admin_wiki, @project