updated answerbox design
This commit is contained in:
parent
3e88abe36d
commit
273624f679
|
@ -21,7 +21,7 @@
|
||||||
%a{href: show_user_question_path(a.question.user.screen_name, a.question.id)}
|
%a{href: show_user_question_path(a.question.user.screen_name, a.question.id)}
|
||||||
#{a.question.answer_count} answers
|
#{a.question.answer_count} answers
|
||||||
.answerbox--question-text
|
.answerbox--question-text
|
||||||
= markdown a.question.content
|
= a.question.content
|
||||||
.panel-body
|
.panel-body
|
||||||
- if @display_all.nil?
|
- if @display_all.nil?
|
||||||
.answerbox--answer-text
|
.answerbox--answer-text
|
||||||
|
|
Loading…
Reference in New Issue