]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3972 Fix issue with display resource title or not
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Tue, 4 Dec 2012 11:14:14 +0000 (12:14 +0100)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Tue, 4 Dec 2012 14:35:02 +0000 (15:35 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_tabs.html.erb

index d969cf92417bd556cd638ec9cb5d2b2063a324ab..1f889f743542d6e6e74841282229f8bce1521baf 100644 (file)
@@ -28,7 +28,7 @@
        end
        if request.xhr? %>
       <li class="<%= 'first' if first -%>">
-        <a href="<%= ApplicationController.root_context -%>/resource/index/<%= @resource.key -%>?display_title=<%= display_title -%>" onclick="window.open(this.href,'resource','height=800,width=900,scrollbars=1,resizable=1');return false;"><%= message('new_window') -%></a>
+        <a href="<%= ApplicationController.root_context -%>/resource/index/<%= @resource.key -%>?display_title=true" onclick="window.open(this.href,'resource','height=800,width=900,scrollbars=1,resizable=1');return false;"><%= message('new_window') -%></a>
       </li>
     <% end %>
   </ul>