Previews

No matching results.

x
1
2
3
<a target="_blank" no_underline="true" href="/products" data-polaris-unstyled="true" class="Polaris-Link">Products</a>
<br>
<a href="/products" data-polaris-unstyled="true" class="Polaris-Link">Products (block)</a>
1
2
3
4
5
6
7
<%= polaris_link_to("Products", "/products", target: "_blank", no_underline: true) %>
<br>
<%= polaris_link_to("/products") do %>
Products (block)
<% end %>