Hello,
is there a way to create a link_to with mailto attribute?
And how to deactivate link_to for bootstrap popover?
Did you try with locale = false
locale = false
{{ link_to(["mailto:[email protected]", "write me", "local" : false]) }}
you can add the rest of attributes to bootstrap popover
Good luck
Hello Emilio,
yes that did the trick! But for me it is working without the brackets [ ].
Thank you :-)
[...] it is working without the brackets [ ].
Yes you are right