Skip to content

Commit

Permalink
コース名が表示されないバグを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
machida committed Sep 8, 2021
1 parent c52e476 commit 1383380
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/courses/_course.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
| 非表示
span.courses-item__title-label
= course.title
- else
span.courses-item__title-label
= course.title
.courses-item__description
= simple_format(course.description)
- if admin_login?
Expand Down

0 comments on commit 1383380

Please sign in to comment.