diff --git a/app/views/artist_urls/index.html.erb b/app/views/artist_urls/index.html.erb
index 0c86c0a8b..eaa027766 100644
--- a/app/views/artist_urls/index.html.erb
+++ b/app/views/artist_urls/index.html.erb
@@ -31,8 +31,8 @@
<%= tag.td external_link_to(artist_url.url.to_s) %>
<%= tag.td external_link_to(artist_url.normalized_url) %>
<%= tag.td artist_url.is_active.to_s %>
- <%= tag.td artist_url.created_at %>
- <%= tag.td artist_url.updated_at %>
+ <%= tag.td compact_time(artist_url.created_at) %>
+ <%= tag.td compact_time(artist_url.updated_at) %>
<% end %>