Replace tutorial modal with welcome e-mail (#6273)

* Remove onboarding modal

* Welcome e-mail

* Send welcome e-mail after confirmation

* Remove obsolete translations
This commit is contained in:
Eugen Rochko
2018-01-18 19:17:25 +01:00
committed by GitHub
parent e56404be41
commit d799921c75
49 changed files with 261 additions and 632 deletions

View File

@ -1,5 +1,5 @@
<%= yield %>
---
<%= t('application_mailer.signature', instance: site_hostname) %>
<%= t 'about.hosted_on', domain: site_hostname %>
<%= t('application_mailer.settings', link: settings_preferences_url) %>