Skip to content

Commit

Permalink
fix grammar and image link in email (#33)
Browse files Browse the repository at this point in the history
'a iOS' to 'an iOS'  and use committed walletpass image
  • Loading branch information
annaswims authored May 16, 2024
1 parent 1003bba commit c7ef36a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/passkit/example_mailer/example_email.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Here is an example of an email message that contains a link to Download a Wallet Pass.
</p>
<p>
<a href="<%=@passkit_url_generator.ios %>">
<%=image_tag 'passkit/add_to_apple_wallet_en.png', style: 'width: 150px;' %>
Download a iOS Wallet Pass
<a href="<%= @passkit_url_generator.ios %>">
<%= image_tag 'passkit/add_to_apple_wallet_en.png', style: 'width: 150px;' %>
Download an iOS Wallet Pass
</a>
</p>
<p>
<a href="<%=@passkit_url_generator.android %>">
<%=image_tag 'https://walletpasses.io/badges/badge_web_black_en@3x.png', style: 'width: 150px;' %>
<%= image_tag 'passkit/add_to_walletpass_en.png', style: 'width: 150px;' %>
Download an Android Wallet Pass
</a>
</p>

0 comments on commit c7ef36a

Please sign in to comment.