mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 01:26:22 +00:00
fix: el mensaje de ignorar no es el correcto
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
34947ffd4e
commit
5c44a4f15e
2 changed files with 0 additions and 4 deletions
|
@ -20,7 +20,5 @@
|
|||
%p= t('devise.mailer.invitation_instructions.ignore')
|
||||
- elsif !@resource.confirmed? && @resource.confirmation_token
|
||||
= confirmation_url(@resource, confirmation_token: @resource.confirmation_token, change_locale_to: @resource.lang)
|
||||
\
|
||||
= t('devise.mailer.invitation_instructions.ignore')
|
||||
- else
|
||||
%p= link_to t('devise.mailer.invitation_instructions.sign_in'), root_url
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
= t('devise.mailer.invitation_instructions.ignore')
|
||||
- elsif !@resource.confirmed? && @resource.confirmation_token
|
||||
= confirmation_url(@resource, confirmation_token: @resource.confirmation_token, change_locale_to: @resource.lang)
|
||||
\
|
||||
= t('devise.mailer.invitation_instructions.ignore')
|
||||
- else
|
||||
= root_url(change_locale_to: @resource.lang)
|
||||
= t('devise.mailer.invitation_instructions.sign_in')
|
||||
|
|
Loading…
Reference in a new issue