diff --git a/CHANGELOG.md b/CHANGELOG.md index b87cc72b..4b5ba163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # v0.2.1 - Fix checkbox spacing for mobile view - Fix spacing with form elements in mobile view +- Fix user card spacing # v0.2.0 - Add or remove tags from containers list and details page diff --git a/lib/cannery_web/components/user_card.ex b/lib/cannery_web/components/user_card.ex index a75f7d9a..d24b8081 100644 --- a/lib/cannery_web/components/user_card.ex +++ b/lib/cannery_web/components/user_card.ex @@ -9,7 +9,7 @@ defmodule CanneryWeb.Components.UserCard do ~H"""
User was confirmed at
+ <%= @user.confirmed_at |> display_datetime() %> <% end %>