12 lines
No EOL
380 B
Text
12 lines
No EOL
380 B
Text
%li
|
|
= link_to view_or_edit_alt_style_url(alt_style) do
|
|
= image_tag alt_style.preview_image_url, class: "preview", loading: "lazy"
|
|
.name
|
|
%span= alt_style.series_name
|
|
%span= alt_style.pet_name
|
|
.info
|
|
%p
|
|
Added
|
|
= time_tag alt_style.created_at,
|
|
title: alt_style.created_at.to_formatted_s(:long_nst) do
|
|
= time_with_only_month_if_old alt_style.created_at |