Supplier mail changing and polishing
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
h3 "Welkom bij Qwaiter #{@resource.email}!"
|
||||
p
|
||||
|
|
||||
Je hebt een account aangevraag bij Qwaiter of wil een wijziging doorvoeren waarvoor bevestiging nodig is. Als dit niet de bedoeling is kan je deze email negeren.
|
||||
Om je account te activeren of de aangevraagde wijziging door te voeren moet je op de bevestigingslink hieronder klikken:
|
||||
p= t('devise.mailer.confirmation_instructions.supplier.salutation', email: @resource.email)
|
||||
|
||||
p= link_to 'Bevestig mijn Qwaiter account', confirmation_url(@resource, :confirmation_token => @resource.confirmation_token)
|
||||
p=raw t \
|
||||
'devise.mailer.confirmation_instructions.supplier.body',
|
||||
unconfirmed_email: @resource.unconfirmed_email,
|
||||
confirm_url: confirmation_url(@resource, :confirmation_token => @resource.confirmation_token)
|
||||
|
||||
Reference in New Issue
Block a user