%= turbo_stream_from "products" %> <%= turbo_refreshes_with method: :morph, scroll: :preserve %>
<%= notice %>
<% end %>|
<%= link_to 'New product',
new_product_path,
class: "inline rounded-lg py-3 px-5 bg-green-600
text-white block font-medium" %>
|
||
| <%= image_tag(product.image, class: 'w-40') %> |
<%= product.title %><%= truncate(strip_tags(product.description), length: 80) %> <%= number_to_currency(product.price) %> |
|