markerb is dead and isn't compatible with rails 6 anymore. Removing it means adding separate templates for text and html, this sadly means some code duplication, but also luckily the templates aren't that complicated, so the duplication is also very minimal.
6 lines
179 B
Text
6 lines
179 B
Text
%p
|
|
= t("devise.mailer.welcome", username: @resource.username)
|
|
%p
|
|
= t(".you_can_confirm")
|
|
%p
|
|
= link_to t(".confirm"), confirmation_url(@resource, confirmation_token: @token)
|