Sha256: 6bbdd0ddf314635d90ffc11b73c3a6f287441385c670d1868a437389eeb75f82

Contents?: true

Size: 776 Bytes

Versions: 39

Compression:

Stored size: 776 Bytes

Contents

<%- snippet = capture do %>
  <span class="state ready">ready</span>
  <span class="state paid">paid</span>
  <span class="state complete">complete</span>
  <span class="state completed">completed</span>
  <span class="state balance_due">balance due</span>
  <span class="state pending">pending</span>
  <span class="state checkout">checkout</span>
  <span class="state credit_owed">credit owed</span>
  <span class="state void">void</span>
  <span class="state address">address</span>
<%- end %>

<div class="half">
  <p>
    3 different visual states to describe ok/success, warnings and errors.
  </p>
  <p class="tags">
    <%= snippet %>
  </p>
</div>

<div class="style-guide-code half">
  <pre><code class="language-html"><%= escape_once snippet %></code></pre>
</div>

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
solidus_backend-2.3.1 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-2.2.2 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-2.1.1 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-2.0.3 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-1.4.2 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-1.3.2 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-1.2.3 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-2.3.0 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-2.3.0.rc3 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-2.3.0.rc2 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-2.3.0.rc1 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-2.3.0.beta1 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-2.0.2 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-1.4.1 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-2.2.1 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-2.2.0 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-2.2.0.rc1 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-2.2.0.beta1 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-2.1.0 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb
solidus_backend-2.1.0.rc1 app/views/spree/admin/style_guide/topics/typography/_tags.html.erb