diff --git a/app/views/forum_posts/_forum_post.html.erb b/app/views/forum_posts/_forum_post.html.erb index 2a211abb6..6e597192a 100644 --- a/app/views/forum_posts/_forum_post.html.erb +++ b/app/views/forum_posts/_forum_post.html.erb @@ -15,7 +15,7 @@
<%= format_text(forum_post.body) %>
- <% if forum_post.updated_at != forum_post.created_at %> + <% if forum_post.updater_id != forum_post.creator_id %>

Updated by <%= link_to forum_post.updater_name, user_path(forum_post.updater_id) %> <%= time_ago_in_words_tagged(forum_post.updated_at) %>

<% end %>