bugFuchs
This commit is contained in:
parent
7de522a82f
commit
afe9b8f743
|
@ -13,11 +13,11 @@
|
||||||
asked
|
asked
|
||||||
= time_ago_in_words(i.question.created_at)
|
= time_ago_in_words(i.question.created_at)
|
||||||
ago
|
ago
|
||||||
- unless a.question.author_is_anonymous
|
- unless i.question.author_is_anonymous
|
||||||
- if a.question.answer_count > 0
|
- if i.question.answer_count > 0
|
||||||
·
|
·
|
||||||
%a{href: show_user_question_path(i.question.user.screen_name, i.question.id)}
|
%a{href: show_user_question_path(i.question.user.screen_name, i.question.id)}
|
||||||
#{a.question.answer_count} response(s)
|
#{i.question.answer_count} response(s)
|
||||||
%p.answerbox-question-text= i.question.content
|
%p.answerbox-question-text= i.question.content
|
||||||
.panel-body
|
.panel-body
|
||||||
%textarea.form-control{name: 'ib-answer', 'data-id' => i.id}
|
%textarea.form-control{name: 'ib-answer', 'data-id' => i.id}
|
||||||
|
|
Loading…
Reference in New Issue