]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4977 The Issue's updated field should use the update date instead of the creati...
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 16 Dec 2013 14:15:14 +0000 (15:15 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 16 Dec 2013 14:15:14 +0000 (15:15 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb

index 8f7e4236b322ca2c3ba3371313ebb58f5b13dfb4..4e16f08f412b3319c1b9d24a889cce60ca87fc5f 100644 (file)
@@ -22,7 +22,7 @@
     <img src="<%= ApplicationController.root_context -%>/images/sep12.png"/>
     &nbsp;
     <%= message('issue.updated') -%>&nbsp;<a href="#" onclick="return toggleIssueChangelog(this)" class="gray issue-changelog-link"
-       id="toggle-issue-changelog"><%= distance_of_time_in_words_to_now(Api::Utils.java_to_ruby_datetime(issue.creationDate())) -%></a>
+       id="toggle-issue-changelog"><%= distance_of_time_in_words_to_now(Api::Utils.java_to_ruby_datetime(issue.updateDate())) -%></a>
     &nbsp;
     <% if issue.reporter %>
       <img src="<%= ApplicationController.root_context -%>/images/sep12.png"/>