diff --git a/app/views/alt_styles/_alt_style.html.haml b/app/views/alt_styles/_alt_style.html.haml
index e17e2be6b..9be4b8588 100644
--- a/app/views/alt_styles/_alt_style.html.haml
+++ b/app/views/alt_styles/_alt_style.html.haml
@@ -3,4 +3,10 @@
= image_tag alt_style.preview_image_url, class: "preview", loading: "lazy"
.name
%span= alt_style.series_name
- %span= alt_style.pet_name
\ No newline at end of file
+ %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
\ No newline at end of file