From c381af0a05f37a85fad36ff9a2578542a642254d Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Wed, 9 Mar 2011 00:09:00 +0100 Subject: [PATCH] SONAR-2218 fix display of commits with Hg projects --- .../src/main/webapp/WEB-INF/app/views/resource/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb index 2fe57e4da47..6e9b128b19a 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb @@ -66,7 +66,7 @@ current_revision=line.revision title = "Revision #{h(line.revision)} » #{l(line.datetime) if line.datetime}" %> - <%= l(line.date) -%> <%= h(line.author) -%> + <%= l(line.date) if line.date -%> <%= h(line.author) -%> <% else %> <% end -- 2.39.5