Skip to content

Commit

Permalink
productの本文のカラムをschemaと同じにした
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamu-kazu222 committed Feb 24, 2025
1 parent f97a617 commit d2ad7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/activity_mailer/assigned_as_checker.html.slim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= render '/notification_mailer/notification_mailer_template',
title: "#{@product.user.login_name}さんの提出物#{@product.title}の担当になりました。",
link_url: @link_url, link_text: 'この提出物へ' do
= md2html @product.description
= md2html @product.body

0 comments on commit d2ad7db

Please sign in to comment.