Skip to content

Commit c7ef36a

Browse files
authored
fix grammar and image link in email (coorasse#33)
'a iOS' to 'an iOS' and use committed walletpass image
1 parent 1003bba commit c7ef36a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/views/passkit/example_mailer/example_email.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
Here is an example of an email message that contains a link to Download a Wallet Pass.
33
</p>
44
<p>
5-
<a href="<%=@passkit_url_generator.ios %>">
6-
<%=image_tag 'passkit/add_to_apple_wallet_en.png', style: 'width: 150px;' %>
7-
Download a iOS Wallet Pass
5+
<a href="<%= @passkit_url_generator.ios %>">
6+
<%= image_tag 'passkit/add_to_apple_wallet_en.png', style: 'width: 150px;' %>
7+
Download an iOS Wallet Pass
88
</a>
99
</p>
1010
<p>
1111
<a href="<%=@passkit_url_generator.android %>">
12-
<%=image_tag 'https://walletpasses.io/badges/badge_web_black_en@3x.png', style: 'width: 150px;' %>
12+
<%= image_tag 'passkit/add_to_walletpass_en.png', style: 'width: 150px;' %>
1313
Download an Android Wallet Pass
1414
</a>
1515
</p>

0 commit comments

Comments
 (0)