From: Julien Lancelot Date: Mon, 16 Dec 2013 14:15:14 +0000 (+0100) Subject: SONAR-4977 The Issue's updated field should use the update date instead of the creati... X-Git-Tag: 4.2~960 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=705171c0d42cb1fbe930466a6c0a8e5291f7cff7;p=sonarqube.git SONAR-4977 The Issue's updated field should use the update date instead of the creation date --- 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 %>