diff --git a/app/views/inbox/_entry.haml b/app/views/inbox/_entry.haml index d58d5a9d..1c686595 100644 --- a/app/views/inbox/_entry.haml +++ b/app/views/inbox/_entry.haml @@ -11,7 +11,7 @@ ยท %a{ href: show_user_question_path(i.question.user.screen_name, i.question.id) } = pluralize(i.question.answer_count, t('views.inbox.entry.response')) - %p.answerbox__question-text= question_markdown i.question.content + .answerbox__question-text= question_markdown i.question.content - if i.question.user_id != current_user.id || current_user.has_role?(:administrator) .pull-right .btn-group