Skip to content

Commit

Permalink
Merge pull request #255 from Retrospring/bugfix/inbox-entry
Browse files Browse the repository at this point in the history
Fix wrong spacing in inbox entries
  • Loading branch information
raccube committed Jan 1, 2022
2 parents f803a97 + 4fb1f3f commit b418028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/inbox/_entry.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b418028

Please sign in to comment.