Skip to content

Commit

Permalink
fixed requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
irinahpe committed Jan 10, 2024
1 parent 8344ed2 commit 77902a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ public function statistics_table_for_ratingallocate(ratingallocate $ratingalloca
'notrated' => $notrated,
'rated' => $activeraters,
'rating' => $titles[max(array_keys($distributiondata))],
'unassigned' => count($usersinchoice) - count($memberships))));
'unassigned' => count($ratingallocate->get_undistributed_users()))));
$output .= html_writer::table($allocationtable);
}
$output .= $this->box_end();
Expand Down
3 changes: 1 addition & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,4 @@

.ratingallocate_front_page_buttons {
margin: auto;
width: fit-content;
}
}

0 comments on commit 77902a7

Please sign in to comment.