diff --git a/app/views/inbox/show.html.haml b/app/views/inbox/show.html.haml index acb5c0dd..d51c6138 100644 --- a/app/views/inbox/show.html.haml +++ b/app/views/inbox/show.html.haml @@ -13,11 +13,11 @@ asked = time_ago_in_words(i.question.created_at) ago - - unless a.question.author_is_anonymous - - if a.question.answer_count > 0 + - unless i.question.author_is_anonymous + - if i.question.answer_count > 0 ยท %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 .panel-body %textarea.form-control{name: 'ib-answer', 'data-id' => i.id}