Sha256: 0b7e949d52c814e63b9f5b73f687817fe6defd9eb88c90f4b312532b3a22ec15

Contents?: true

Size: 456 Bytes

Versions: 7

Compression:

Stored size: 456 Bytes

Contents

<%- snippet = capture do %>
  <a class="with-tip" title="This will be the tooltip text." href="#">Some Link With Tip</a>
<%- end %>

<p>
  We are using <a href="http://stevenbenner.github.io/jquery-powertip/">jQuery PowerTip</a>
  with the class <code>.with-tip</code> as a trigger.
</p>

<p class="style-guide-result">
  <%= snippet %>
</p>

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
solidus_backend-1.2.3 app/views/spree/admin/style_guide/topics/messaging/_tooltips.html.erb
solidus_backend-1.2.2 app/views/spree/admin/style_guide/topics/messaging/_tooltips.html.erb
solidus_backend-1.2.1 app/views/spree/admin/style_guide/topics/messaging/_tooltips.html.erb
solidus_backend-1.2.0 app/views/spree/admin/style_guide/topics/messaging/_tooltips.html.erb
solidus_backend-1.2.0.rc2 app/views/spree/admin/style_guide/topics/messaging/_tooltips.html.erb
solidus_backend-1.2.0.rc1 app/views/spree/admin/style_guide/topics/messaging/_tooltips.html.erb
solidus_backend-1.2.0.beta1 app/views/spree/admin/style_guide/topics/messaging/_tooltips.html.erb