Sha256: c1e04dc4bb13d03ecdaff305ac5c9b5f28c9b60ace6d8b75a452dbdeb584e2ab
Contents?: true
Size: 530 Bytes
Versions: 47
Compression:
Stored size: 530 Bytes
Contents
<li class="collection-item avatar" style="padding-top:20px;"> <!-- here is the issue of showing the image --> <!-- so we will pick the first image from the array --> <% if bullet.images.size > 0 %> <img src="/assets/lab.jpg" alt="" class="circle" height="30px" width="30px"> <% else %> <img src="/assets/placeholder.png" alt="" class="circle" height="30px" width="35px"> <% end %> <span class="title blue-grey-text text-darken-3"><%= bullet.title %></span> <br> <p class="grey-text"><%= bullet.description %></p> </li>
Version data entries
47 entries across 47 versions & 1 rubygems