Render questions on user profiles with markdown

This commit is contained in:
Andreas Nedbal 2022-07-24 21:55:31 +02:00
parent c894551ffc
commit 70e95375fb

View file

@ -31,5 +31,5 @@
· ·
%a{ href: question_path(q.user.screen_name, q.id) } %a{ href: question_path(q.user.screen_name, q.id) }
= pluralize(q.answer_count, t('views.general.answer')) = pluralize(q.answer_count, t('views.general.answer'))
%p.answerbox__question-text .answerbox__question-text
= q.content = question_markdown q.content