diff --git a/app/views/admin/result/_comment.html.erb b/app/views/admin/result/_comment.html.erb index d47d8be..52d261c 100644 --- a/app/views/admin/result/_comment.html.erb +++ b/app/views/admin/result/_comment.html.erb @@ -7,6 +7,8 @@ <% if comment.edits? %>
Updated <%= time_ago_in_words(comment.updated_at) %> ago
+ <% else %> +
<%= time_ago_in_words(comment.created_at) %> ago
<% end %>