]> source.dussan.org Git - sonarqube.git/commitdiff
Fix print media
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 5 Dec 2012 14:47:27 +0000 (15:47 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 5 Dec 2012 14:48:12 +0000 (15:48 +0100)
sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb
sonar-server/src/main/webapp/stylesheets/layout.css

index 6bbf997ff62396d8d24863f9d1d7140b052ed95b..1ec33fa6be70cd2adb06561b7ffeee3a3642e003 100644 (file)
@@ -260,9 +260,6 @@ module ApplicationHelper
       if options[:dashboard]
         link_to(name || resource.name, params.merge({:controller => 'dashboard', :action => 'index', :id => resource.id, :period => period_index,
                                                      :tab => options[:tab], :rule => options[:rule]}), :title => options[:title])
-      elsif options[:filter]
-        link_to(name || resource.name, params.merge({:controller => 'dashboard', :action => 'index', :did => nil, :id => resource.id, :period => period_index,
-                                                     :tab => options[:tab], :rule => options[:rule]}), :title => options[:title])
       else
         # stay on the same page (for example components)
         link_to(name || resource.name, params.merge({:id => resource.id, :period => period_index, :tab => options[:tab], :rule => options[:rule]}), :title => options[:title])
index b520274453c1d9d3a1883dad05cfa621cf0d9589..073c707a3aae076a975e7bcd21dc97c7f158c011 100644 (file)
@@ -1,7 +1,7 @@
 <% if logged_in? || @snapshot %>
 <div class="line-block">
   <% if logged_in? %>
-    <ul class="operations">
+    <ul class="operations noprint">
       <% if back %>
         <li><%= link_to message('dashboard.back_to_dashboard'), dashboard_action(:index) -%></li>
       <% else %>
index d7181a6ea2190e9efb58d5d030796fc031ef1d79..3a46252fba3283b4bc67d718b372ccec4f01b050 100644 (file)
@@ -19,7 +19,7 @@
     left: 0;
   }
 
-  #hd {
+  #hd, #sidebar, #crumbs {
     display: none;
   }