Skip to content

Commit

Permalink
Summary: always display "By Project" table
Browse files Browse the repository at this point in the history
This proposal was initially submitted (implementated differently) by
rainflood in PR #1231.

Fixes #23854
  • Loading branch information
dregad committed Jan 20, 2018
1 parent 1c2b934 commit b6eeaa0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions summary_page.php
Expand Up @@ -146,7 +146,6 @@
<!-- LEFT COLUMN -->
<div class="col-md-6 col-xs-12">

<?php if( 0 < count( $t_project_ids ) ) { ?>
<!-- BY PROJECT -->
<div class="space-10"></div>
<div class="widget-box table-responsive">
Expand All @@ -160,7 +159,6 @@
<?php summary_print_by_project(); ?>
</table>
</div>
<?php } ?>

<!-- BY STATUS -->
<div class="space-10"></div>
Expand Down

0 comments on commit b6eeaa0

Please sign in to comment.