Render questions on user profiles with markdown
This commit is contained in:
parent
c894551ffc
commit
70e95375fb
|
@ -31,5 +31,5 @@
|
|||
·
|
||||
%a{ href: question_path(q.user.screen_name, q.id) }
|
||||
= pluralize(q.answer_count, t('views.general.answer'))
|
||||
%p.answerbox__question-text
|
||||
= q.content
|
||||
.answerbox__question-text
|
||||
= question_markdown q.content
|
||||
|
|
Loading…
Reference in New Issue