Merge pull request #255 from Retrospring/bugfix/inbox-entry

Fix wrong spacing in inbox entries
This commit is contained in:
Karina Kwiatek 2022-01-01 01:52:02 +01:00 committed by GitHub
commit b418028f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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