Skip to content

Commit

Permalink
Fixes bug 1221048 - Fixed link to Plugin Topcrashers in home page.
Browse files Browse the repository at this point in the history
  • Loading branch information
adngdb committed Dec 2, 2015
1 parent 788ed24 commit 825d652
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ <h4>{{product}} {{version}}</h4>
</a>
</li>
<li>
<a href="{{ url('topcrashers:topcrashers') }}?product={{ product }}&amp;versions={{ version }}&amp;crash_type=plugin&amp;days={{days}}">
<a href="{{ url('topcrashers:topcrashers') }}?product={{ product }}&amp;versions={{ version }}&amp;process_type=plugin&amp;days={{days}}">
Top Plugin Crashers
</a>
</li>
Expand Down

0 comments on commit 825d652

Please sign in to comment.