2014-12-19 13:52:12 -08:00
|
|
|
.panel.panel-default
|
2014-12-19 14:03:03 -08:00
|
|
|
.panel-body
|
|
|
|
.media
|
|
|
|
.media-body
|
|
|
|
%h6.media-heading.text-muted.answerbox--question-user
|
|
|
|
= user_screen_name q.user
|
|
|
|
asked
|
2014-12-19 17:14:27 -08:00
|
|
|
%a{href: show_user_question_path(q.user.screen_name, q.id)}
|
2015-02-19 15:40:41 -08:00
|
|
|
%span{title: q.created_at, data: { toggle: :tooltip, placement: :bottom }}
|
2014-12-19 17:14:27 -08:00
|
|
|
= time_ago_in_words(q.created_at)
|
|
|
|
ago
|
2014-12-19 14:03:03 -08:00
|
|
|
- if q.answer_count > 1
|
|
|
|
·
|
|
|
|
%a{href: show_user_question_path(q.user.screen_name, q.id)}
|
|
|
|
#{q.answer_count} answers
|
|
|
|
%p.answerbox--question-text
|
|
|
|
= q.content
|