-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
はじめての日報通知メール、相談部屋からのコメント通知メールのリンクを修正
- Loading branch information
1 parent
abaf556
commit 8ea865b
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
= render '/notification_mailer/notification_mailer_template', | ||
title: "#{@report.user.login_name}さんのはじめての日報です!", | ||
link_url: "/reports/#{@report.id}", link_text: 'この日報へ' do | ||
link_url: @link_url, link_text: 'この日報へ' do | ||
p #{@report.user.login_name}さんのはじめての日報です。歓迎のコメントを投稿しよう!! | ||
div(style='border-top: solid 1px #ccc; height: 0;') | ||
= md2html(@report.description) |