The code powering m.abunchtell.com https://m.abunchtell.com
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

13 рядки
454 B

  1. <%= t 'devise.mailer.confirmation_instructions.title' %>
  2. ===
  3. <%= t 'devise.mailer.confirmation_instructions.explanation', host: site_hostname %>
  4. => <%= confirmation_url(@resource, confirmation_token: @token, redirect_to_app: @resource.created_by_application ? 'true' : nil) %>
  5. <%= strip_tags(t('devise.mailer.confirmation_instructions.extra_html', terms_path: about_more_url, policy_path: terms_url)) %>
  6. => <%= about_more_url %>
  7. => <%= terms_url %>