Sha256: fce712e26db2a3c9e946da02ad4fce04c5206e7d6eb229183b40291d56a1e8de
Contents?: true
Size: 266 Bytes
Versions: 2
Compression:
Stored size: 266 Bytes
Contents
<% if html_attrs[:class].present? %> <li class="ariadne-contents"> <div class="<%= html_attrs[:class] %>" <%= html_attributes %>> <%= content %> </div> </li> <% else %> <li class="ariadne-contents" <%= html_attributes %>> <%= content %> </li> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ariadne_view_components-0.0.73 | app/components/ariadne/layout/grid/item/component.html.erb |
ariadne_view_components-0.0.72 | app/components/ariadne/layout/grid/item/component.html.erb |