Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<p>
<span class="Polaris-TextStyle--variationSubdued">No supplier listed</span>
</p>
<p>
<span class="Polaris-TextStyle--variationStrong">Total</span>
</p>
<p>
<span class="Polaris-TextStyle--variationPositive">Orders increased</span>
</p>
<p>
<span class="Polaris-TextStyle--variationNegative">Orders decreased</span>
</p>
<p>
<span class="Polaris-TextStyle--variationCode">@foo = "bar"</span>
</p>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<p>
<%= polaris_text_subdued { "No supplier listed" } %>
</p>
<p>
<%= polaris_text_strong { "Total" } %>
</p>
<p>
<%= polaris_text_positive { "Orders increased" } %>
</p>
<p>
<%= polaris_text_negative { "Orders decreased" } %>
</p>
<p>
<%= polaris_text_code { '@foo = "bar"' } %>
</p>