Skip to content

Commit

Permalink
ページ上のh2タグには「プラクティス 」の文言が入らないように修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasaco-JM committed Nov 1, 2023
1 parent 8b1825c commit 58b5173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/practices/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- category = @practice.category(current_user.course)

= render '/shared/modal_learning_completion', practice: @practice, tweet_url: @tweet_url, should_display_message_automatically: false
= render '/practices/page_header', title: title, category: category
= render '/practices/page_header', title: @practice.title, category: category
= render 'page_tabs', resource: @practice

.page-body
Expand Down

0 comments on commit 58b5173

Please sign in to comment.