Skip to content

Commit

Permalink
Fix level heading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Jan 14, 2025
1 parent 6945a91 commit 11850dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/bootcamp/levels/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.span Levels
.seperator /
.title
Level 1:
Level #{@level.idx}:
= @level.title

.lg-container
Expand All @@ -20,7 +20,7 @@

.details
%h1
Level 1:
Level #{@level.idx}:
= @level.title

.lg-container
Expand Down

0 comments on commit 11850dc

Please sign in to comment.