Skip to content

Commit

Permalink
Merge pull request #220 from hexlet-basics/lessons-count
Browse files Browse the repository at this point in the history
fix lessons count
  • Loading branch information
mokevnin committed Oct 3, 2021
2 parents 1f4fce3 + 47f5022 commit 5d829fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/web/languages/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
= t('students', count: @language.members.size)
span.d-inline-block
span.bi.bi-book.me-2
= t('.lessons', lessons_count: t('lessons', count: @language.lessons.size))
= t('.lessons', lessons_count: t('lessons', count: @infos_by_lesson.size))

- if @language_member.finished?
/ чето сказать
Expand Down

0 comments on commit 5d829fe

Please sign in to comment.