Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<dl class="Polaris-DescriptionList">
<dt class="Polaris-DescriptionList__Term"><span class="Polaris-Text--root Polaris-Text--headingSm Polaris-Text--semibold">
Logistics
</span></dt>
<dd class="Polaris-DescriptionList__Description"> The management of products or other resources as they travel between a point of origin and a destination.
</dd>
<dt class="Polaris-DescriptionList__Term"><span class="Polaris-Text--root Polaris-Text--headingSm Polaris-Text--semibold">
Sole proprietorship
</span></dt>
<dd class="Polaris-DescriptionList__Description"> A business structure where a single individual both owns and runs the company.
</dd>
<dt class="Polaris-DescriptionList__Term"><span class="Polaris-Text--root Polaris-Text--headingSm Polaris-Text--semibold">
Discount code
</span></dt>
<dd class="Polaris-DescriptionList__Description"> A series of numbers and/or letters that an online shopper may enter at checkout to get a discount or special offer.
</dd>
</dl>
1
2
3
4
5
6
7
8
9
10
11
<%= polaris_description_list do |list| %>
<% list.with_item(term: "Logistics") do %>
The management of products or other resources as they travel between a point of origin and a destination.
<% end %>
<% list.with_item(term: "Sole proprietorship") do %>
A business structure where a single individual both owns and runs the company.
<% end %>
<% list.with_item(term: "Discount code") do %>
A series of numbers and/or letters that an online shopper may enter at checkout to get a discount or special offer.
<% end %>
<% end %>