From: Simon Brandhof Date: Fri, 1 Jun 2012 15:59:21 +0000 (+0200) Subject: SONAR-2030 fix dashboard link from filters X-Git-Tag: 3.1~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5461244e70803b7df0c34240d0da9628e33ff17a;p=sonarqube.git SONAR-2030 fix dashboard link from filters --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb index f15ce9380d4..6293514a26b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb @@ -121,7 +121,7 @@ <%= trend_icon(measure, :empty => true) -%> <% end %> <% end %> - <% elsif column.on_name? %><%= qualifier_icon(root_snapshot) %> <%= link_to_resource(root_snapshot.project, h(root_snapshot.project.name(true)), {:dashboard => true, :title => root_snapshot.project.key}) %> + <% elsif column.on_name? %><%= qualifier_icon(root_snapshot) %> <%= link_to_resource(root_snapshot.project, h(root_snapshot.project.name(true)), {:filter => true, :title => root_snapshot.project.key, :period => @filter_context.period_index}) %> <% elsif column.on_date? %><%= human_short_date(root_snapshot.created_at) %> <% end %>