Skip to content

Commit

Permalink
Merge pull request #351 from ossreleasefeed/always-include-all-os-fil…
Browse files Browse the repository at this point in the history
…ter-726228

always show the All OS filter fixes bug 726228
  • Loading branch information
adngdb committed Feb 15, 2012
2 parents bd253fa + a7c4872 commit 410f2bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp-php/application/views/common/list_topcrashers.php
Expand Up @@ -19,6 +19,7 @@
</ul>
<ul class="tc-per-platform tc-filter">
<li class="tc-per-platform-heading">OS:</li>
<li><a href="<?= $duration_url . '/' . $duration . '/' . $crash_type; ?>" class="selected">All</a></li>
<?php foreach ($platforms as $p) { ?>
<li><a href="<?= $platform_url . '/' . $p . '/' . $duration . '/' . $crash_type; ?>"><?= $p ?></a></li>
<?php }?>
Expand Down

0 comments on commit 410f2bc

Please sign in to comment.