Skip to content

Commit

Permalink
不要な改行を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
motohiro-mm committed Jun 24, 2024
1 parent 90d27a0 commit 40d8682
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/courses/practices/_courses_practice.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
a.category-practices-item__title-link href=practice_path(practice.id)
- if practice.include_must_read_books?
span.a-badge.is-danger.is-xs 要書籍
span.category-practices-item__title-link-label
= practice.title
span.category-practices-item__title-link-label = practice.title
- learning = learnings.find { |l| l.practice_id == practice.id }
- learning_status = learning ? learning.status : 'unstarted'
a.practice-status.category-practices-item__status(
Expand Down

0 comments on commit 40d8682

Please sign in to comment.