in reply to Re: Mojolicious absolute url with query in template?
in thread Mojolicious absolute url with query in template?
But this displays absolutely nothing:<%= url_for('/')->to_abs %>
Here's the weird part, a link made with "to_abs->query" works, but can't be right clicked ("Void" link with click handler) and when source is viewed the href appears to be blank:<%= url_for('/')->to_abs->query %>
What is this voodoo?<a href="<%= url_for('/')->to_abs->query %>"> Reload </a>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Mojolicious absolute url with query in template?
by Corion (Patriarch) on Mar 19, 2020 at 09:25 UTC | |
by haukex (Archbishop) on Mar 19, 2020 at 09:48 UTC | |
|
Re^3: Mojolicious absolute url with query in template? (updated)
by haukex (Archbishop) on Mar 19, 2020 at 09:35 UTC | |
by Anonymous Monk on Mar 19, 2020 at 09:54 UTC |