Add helpers for ios/android app store links in welcome mailer (#33475)

This commit is contained in:
Matt Jankowski
2025-01-06 14:59:11 -05:00
committed by GitHub
parent 82d2ce293d
commit b0634b2943
3 changed files with 12 additions and 4 deletions

View File

@@ -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 %>
---