mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:19:52 +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) }
|
||||
= pluralize(q.answer_count, t('views.general.answer'))
|
||||
%p.answerbox__question-text
|
||||
= q.content
|
||||
.answerbox__question-text
|
||||
= question_markdown q.content
|
||||
|
|
Loading…
Reference in a new issue