From 705171c0d42cb1fbe930466a6c0a8e5291f7cff7 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Mon, 16 Dec 2013 15:15:14 +0100 Subject: [PATCH] SONAR-4977 The Issue's updated field should use the update date instead of the creation date --- .../src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb index 8f7e4236b32..4e16f08f412 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb @@ -22,7 +22,7 @@   <%= message('issue.updated') -%> <%= distance_of_time_in_words_to_now(Api::Utils.java_to_ruby_datetime(issue.creationDate())) -%> + id="toggle-issue-changelog"><%= distance_of_time_in_words_to_now(Api::Utils.java_to_ruby_datetime(issue.updateDate())) -%>   <% if issue.reporter %> -- 2.39.5