Created
February 15, 2018 15:17
-
-
Save jackiig/5084c42499784f0a34c7449b05d8fec0 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
Congratulations and thank you for purchasing your insurance online! | |
Your policy number is 9100003. You should always carry your policy with you while driving. Please refer to your policy for claims handling instructions including important telephone contact information in the event that you have a loss. | |
If you have not yet printed your policy, you can retrieve it from here: | |
https://example.com/get_policy/To download the attached insurance contract, you will require Adobe PDF Viewer (also known as Adobe Reader) to open the attachment. You can obtain a copy of this free software at: | |
http://www.adobe.com/ | |
TODO - Temporary medical product verbiage.Thank you for your business. |
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
Congratulations and thank you for purchasing your insurance online! | |
Your policy number is <%= policy_num %>. You should always carry your policy with you while driving. Please refer to your policy for claims handling instructions including important telephone contact information in the event that you have a loss. | |
If you have not yet printed your policy, you can retrieve it from here: | |
<%= get_policy_url %> | |
To download the attached insurance contract, you will require Adobe PDF Viewer (also known as Adobe Reader) to open the attachment. You can obtain a copy of this free software at: | |
http://www.adobe.com/ | |
<% products.each do |product| %> | |
<% if product.enabled %> | |
<%= t(".products.#{product.slug}") %> | |
<% end %> | |
<% end %> | |
Thank you for your business. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment