This commit is contained in:
r888888888
2013-05-31 16:39:39 -07:00
parent ce8c5204e3
commit fd2b596a18

View File

@@ -15,7 +15,7 @@
<div class="prose">
<%= format_text(forum_post.body) %>
</div>
<% if forum_post.updater_id != forum_post.creator_id %>
<% if forum_post.updated_at - forum_post.created_at > 5.minutes %>
<p class="info">Updated by <%= link_to_user forum_post.updater %> <%= time_ago_in_words_tagged(forum_post.updated_at) %></p>
<% end %>
<menu>