From d030652696fcf2f0623103b7d6beda86afd54065 Mon Sep 17 00:00:00 2001 From: Hector Correa Date: Mon, 24 Oct 2022 14:17:14 -0400 Subject: [PATCH] Minor tweak --- app/views/works/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/works/show.html.erb b/app/views/works/show.html.erb index 9736043da..ab8940e20 100644 --- a/app/views/works/show.html.erb +++ b/app/views/works/show.html.erb @@ -183,7 +183,7 @@ <% @work.activities.each do |activity| %> -
+
<%= activity.created_by_user&.display_name_safe %> <%= distance_of_time_in_words_to_now(activity.created_at) %>