I'm using Devise.
When the user succeeded at confirmation, the flash message appears.
I'd like to add a link to it.
So I want this message instead
Your account was successfully confirmed. You are now signed in. Go to your profile page, and edit it!
Then the part of profile
should be the link to example.com/users/username/edit
How can I make it possible?
devise.en.yml
confirmations:
confirmed: 'Your account was successfully confirmed. You are now signed in.'