Show date taken, not data the database record was created

This commit is contained in:
Brenda Wallace
2019-03-27 21:19:22 +13:00
parent e7b0b6f18e
commit d35dfeea21

View File

@@ -9,4 +9,4 @@
%i
by
= link_to photo.owner, photo.owner
= I18n.l(photo.created_at.to_date)
= I18n.l(photo.date_taken.to_date)