Fix wrong spacing in inbox entries

This commit is contained in:
Andreas Nedbal 2022-01-01 01:50:46 +01:00
parent f803a972b9
commit 4fb1f3f38c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
· ·
%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) }
= pluralize(i.question.answer_count, t('views.inbox.entry.response')) = 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) - if i.question.user_id != current_user.id || current_user.has_role?(:administrator)
.pull-right .pull-right
.btn-group .btn-group