Skip to content

Commit

Permalink
Merge pull request #935 from datanfr/participation-ranking
Browse files Browse the repository at this point in the history
Fix bug 4
  • Loading branch information
awenig authored Feb 9, 2025
2 parents c49be93 + e923859 commit 2d88e57
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<div class="col-md-6 py-3">
<h2 class="text-center">Vote le plus</h2>
<div class="d-flex justify-content-center">
<?php print_r($mpActive); ?>
<?php $this->load->view('deputes/partials/card_home.php', array('depute' => $mpActive, 'tag' => 'span', 'stat' => round($mpActive['score'] * 100) . " %", 'footer' => 'discover', 'logo' => true)) ?>
</div>
</div>
Expand Down

0 comments on commit 2d88e57

Please sign in to comment.