Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<div class="Polaris-Page">
<div class="Polaris-Page-Header Polaris-Page-Header--mobileView Polaris-Page-Header--mediumTitle Polaris-Page-Header--hasNavigation">
<div class="Polaris-Page-Header__Row">
<div class="Polaris-Page-Header__BreadcrumbWrapper">
<nav role="navigation">
<a class="Polaris-Breadcrumbs__Breadcrumb" href="/products/31" data-polaris-unstyled="true">
<span class="Polaris-Breadcrumbs__ContentWrapper">
<span class="Polaris-Breadcrumbs__Icon">
<span class="Polaris-Icon">
<svg viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" class="Polaris-Icon__Svg" focusable="false" aria-hidden="true"><path d="M17 9H5.414l3.293-3.293a.999.999 0 1 0-1.414-1.414l-5 5a.999.999 0 0 0 0 1.414l5 5a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L5.414 11H17a1 1 0 1 0 0-2z"></path></svg>
</span>
</span>
</span>
</a>
</nav>
</div>
<div class="Polaris-Page-Header__TitleWrapper">
<div class="Polaris-Header-Title--hasThumbnail">
<div>
<span class="Polaris-Thumbnail Polaris-Thumbnail--sizeMedium">
<img src="https://burst.shopifycdn.com/photos/black-leather-choker-necklace_373x@2x.jpg" alt="">
</span>
</div>
<div class="Polaris-Header-Title__TitleAndSubtitleWrapper">
<div class="Polaris-Header-Title__TitleWithMetadataWrapper">
<h1 class="Polaris-Header-Title">3/4 inch Leather pet collar</h1>
<div class="Polaris-Header-Title__TitleMetadata">
<span class="Polaris-Badge Polaris-Badge--statusSuccess">
Paid
</span>
</div>
</div>
<div class="Polaris-Header-Title__SubTitle">
<p>Statement period: May 3, 2019 to June 2, 2019</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="Polaris-Page__Content">
<p>Page content</p>
</div>
</div>
1
2
3
4
5
6
7
8
9
10
11
12
<%= polaris_page(
title: "3/4 inch Leather pet collar",
subtitle: "Statement period: May 3, 2019 to June 2, 2019",
back_url: "/products/31",
) do |page| %>
<% page.title_metadata do %>
<%= polaris_badge(status: :success) { "Paid" } %>
<% end %>
<% page.thumbnail(source: "https://burst.shopifycdn.com/photos/black-leather-choker-necklace_373x@2x.jpg") %>
<p>Page content</p>
<% end %>