Fix #4002: Always include "updated by" line when creator != updater

This commit is contained in:
evazion
2018-12-08 11:24:26 -06:00
parent 75e7177167
commit d213173d3d
5 changed files with 11 additions and 12 deletions

View File

@@ -8,9 +8,7 @@
<th>Date</th>
<td>
<%= compact_time @change_request.created_at %>
<% if @change_request.updated_at - @change_request.created_at > 5.minutes %>
(updated <%= time_ago_in_words_tagged @change_request.updated_at %>)
<% end %>
<%= render "update_notice", record: @change_request %>
</td>
</tr>
<tr>