Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaruigomez committed Sep 24, 2020
1 parent 63b6d09 commit 0f49a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/products/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
</div>
<p class="text-muted mb-0 p-description mt-2 max-length"> <%= product.description.capitalize %></p>
</div>
<div class="text-right mr-3 mt-3" style="width: 100px; float: left">
<div class="text-right mr-3 mt-4" style="width: 100px; float: left">
<span>
<img src="<%= cl_image_path product.npo.photo.key, height: 100, width: 100, crop: :fill %>" class="avatar-menubar" style="object-fit: cover; height:60px; width:60px;" alt="">
<img src="<%= cl_image_path product.npo.photo.key, height: 100, width: 100, crop: :fill %>" class="avatar-menubar" style="object-fit: cover; height:50px; width:50px;" alt="">
</span>
<span class="color-green text-right mb-0 p-description mt-2 max-length"> <%= product.orders.count %> Offers</span>
</div>
Expand Down

0 comments on commit 0f49a80

Please sign in to comment.