From 4fb1f3f38c031d48e6878a3e5955a165f650e814 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sat, 1 Jan 2022 01:50:46 +0100 Subject: [PATCH] Fix wrong spacing in inbox entries --- app/views/inbox/_entry.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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