Created
April 8, 2016 02:58
-
-
Save Xiangshen-Meng/45a70f5abdaf09e2cd3f5cd5b93f9aed to your computer and use it in GitHub Desktop.
This file contains hidden or 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
- if @record.profile | |
p | |
= @record.profile.last_name | |
'さん | |
- else | |
p | |
= @record.email | |
p | |
'Boxil運営事務局です。 | |
p | |
'いつもBoxilのご利用ありがとうございます。 | |
br | |
'パスワード再設定用URLにアクセスして、パスワードを再設定してください。 | |
p | |
'【再設定用URL】 | |
p | |
= link_to edit_password_url(@record, reset_password_token: @token), edit_password_url(@record, reset_password_token: @token) | |
p | |
'※URL発行後24時間が過ぎてしまった場合は、パスワード再設定用URLは利用できません。 | |
br | |
'お手数をおかけしますが、再度やり直してください。 | |
p | |
'スマートキャンプ株式会社 http://smartcamp.asia | |
p | |
'お問い合わせ先 [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment