Add helpers for ios/android app store links in welcome mailer (#33475)
This commit is contained in:
parent
82d2ce293d
commit
b0634b2943
3 changed files with 12 additions and 4 deletions
|
@ -30,8 +30,8 @@
|
|||
|
||||
5. <%= t('user_mailer.welcome.apps_title') %>
|
||||
<%= t('user_mailer.welcome.apps_step') %>
|
||||
* iOS: https://apps.apple.com/app/mastodon-for-iphone-and-ipad/id1571998974
|
||||
* Android: https://play.google.com/store/apps/details?id=org.joinmastodon.android
|
||||
* iOS: <%= app_store_url_ios %>
|
||||
* Android: <%= app_store_url_android %>
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue