From c3e7298e068f9c667dab35479d5b82bc3141da2c Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Tue, 4 Dec 2012 12:14:14 +0100 Subject: [PATCH] SONAR-3972 Fix issue with display resource title or not --- .../src/main/webapp/WEB-INF/app/views/resource/_tabs.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_tabs.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_tabs.html.erb index d969cf92417..1f889f74354 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_tabs.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_tabs.html.erb @@ -28,7 +28,7 @@ end if request.xhr? %>
  • - <%= message('new_window') -%> + <%= message('new_window') -%>
  • <% end %> -- 2.39.5