mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:09:53 +01:00
Render questions on user profiles with markdown
This commit is contained in:
parent
c894551ffc
commit
70e95375fb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue