From 838667449df60c1858efa51fd23ef768d9d00d4b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Vilain Date: Wed, 14 Aug 2013 09:56:07 +0200 Subject: [PATCH] SONAR-4375 Added ids on HTML elements to ease testing --- .../src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 4c276319a75..f8901aa0ee4 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 @@ -21,7 +21,7 @@ <% end %>   - <%= distance_of_time_in_words_to_now(Api::Utils.java_to_ruby_datetime(issue.creationDate())) -%> + <%= distance_of_time_in_words_to_now(Api::Utils.java_to_ruby_datetime(issue.creationDate())) -%>   <% if issue.reporter %> @@ -38,7 +38,7 @@ - + <% unless issue.message.blank? %>
-- 2.39.5