Appease the dog overlords

This commit is contained in:
Karina Kwiatek 2023-01-30 17:54:10 +01:00
parent 5f50a08f03
commit 5b1340b793
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
- unless @user.banned?
#pinned_answers
#pinned-answers
- @user.answers.pinned.each do |a|
= render 'answerbox', a:
= render "answerbox", a:
#answers
- @answers.each do |a|
= render 'answerbox', a:
= render "answerbox", a:
- if @more_data_available
.d-flex.justify-content-center.justify-content-sm-start#paginator