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

Version Path
wordjelly-auth-1.6.0 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.5.9 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.5.8 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.5.7 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.5.6 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.5.5 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.5.4 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.5.3 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.5.2 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.5.1 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.5.0 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.4.9 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.4.8 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.4.7 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.4.6 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.4.5 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.4.4 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.4.3 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.4.2 app/views/auth/work/bullets/_show.html.erb
wordjelly-auth-1.4.0 app/views/auth/work/bullets/_show.html.erb