-
Notifications
You must be signed in to change notification settings - Fork 1
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
1cfc19d
commit cf22636
Showing
3 changed files
with
42 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
h2 | ||
|お問い合わせ内容 | ||
|
||
h2 | ||
|------------------------------------------ | ||
p | ||
|name: #{@contact.name} | ||
p | ||
|email: #{@contact.email} | ||
|
||
p | ||
|content: | ||
=simple_format(h(@contact.content)) | ||
h2 | ||
|------------------------------------------ | ||
.email-container | ||
.header | ||
img src="/coffeeoma-logo-black.png" alt="Coffee-oma logo" | ||
.content | ||
h2 | ||
| お問い合わせを受け付けました | ||
p | ||
| name: #{@contact.name} | ||
p | ||
| email: #{@contact.email} | ||
p | ||
| content: | ||
=simple_format(h(@contact.content)) | ||
.footer | ||
p | ||
|Coffee-oma Team |
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,19 +1,22 @@ | ||
h3 | ||
|※このメールはシステムによる自動送信です。このメールに直接返信することはできません。 | ||
p | ||
|Coffee-omaをにお問い合わせありがとうございます。 | ||
p | ||
|下記の内容でメッセージを受け付けました。 | ||
|
||
h3 | ||
|=====お問い合わせ内容===== | ||
p | ||
|お名前: #{@contact.name} 様 | ||
p | ||
|メールアドレス: #{@contact.email} | ||
p | ||
|お問い合わせ内容: | ||
=simple_format(h(@contact.content)) | ||
h3 | ||
|================== | ||
|
||
.email-container | ||
.header | ||
img src="/coffeeoma-logo-black.png" alt="Coffee-oma logo" | ||
.content | ||
h2 | ||
| Coffee-omaへのお問い合わせを受け付けました | ||
p | ||
|=====お問い合わせ内容===== | ||
p | ||
|お名前: #{@contact.name} 様 | ||
p | ||
|メールアドレス: #{@contact.email} | ||
p | ||
|お問い合わせ内容: | ||
=simple_format(h(@contact.content)) | ||
p | ||
|================== | ||
.footer | ||
p | ||
|Coffee-oma Team | ||
p | ||
|※このメールはシステムによる自動送信です。このメールに直接返信することはできません。 |
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