Skip to content

Commit

Permalink
Fixes Bug 905770 - Adds an option to clear the cache and refresh the …
Browse files Browse the repository at this point in the history
…bug table.
  • Loading branch information
brandonsavage committed Sep 20, 2013
1 parent a1cb9bb commit 3c13b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/bug/table.tpl
Expand Up @@ -66,4 +66,4 @@
</tbody>
</table>

<strong><?= $all-$resolved ?> Open; <?= $resolved ?> Resolved; <?= $all ?> Total (<?php echo 100*(round($resolved/$all, 4)) ?>% complete)</strong>
<strong><a href="?action=purge">Refresh Bugs</a>&nbsp;&nbsp;&nbsp;<?= $all-$resolved ?> Open; <?= $resolved ?> Resolved; <?= $all ?> Total (<?php echo 100*(round($resolved/$all, 4)) ?>% complete)</strong>

0 comments on commit 3c13b81

Please sign in to comment.