diff --git a/app/views/invitations/index.html.erb b/app/views/invitations/index.html.erb index 5b461ce..c38b98d 100644 --- a/app/views/invitations/index.html.erb +++ b/app/views/invitations/index.html.erb @@ -29,7 +29,7 @@ URL - Used at + Accepted Invited user @@ -37,7 +37,7 @@ <% @invitations_used.each do |invitation| %> <%= invitation_url(invitation.token) %> - <%= invitation.used_at %> + <%= invitation.used_at.strftime("%Y-%m-%d") %> <%= User.find(invitation.invited_user_id).address %> <% end %>