Name |
Last commit
|
Last update |
---|---|---|
.. | ||
groups_controller_spec.rb | ||
labels_controller_spec.rb | ||
milestones_controller_spec.rb | ||
todos_controller_spec.rb |
BigW Consortium Gitlab
The todos page limit is 20, and both that and a user's pending todo count are integers. Using integer division means that the result's floor will be taken, defeating the point of the later call to `#ceil`. So we need to convert one side of the division to a float first, otherwise the last page won't be treated as available.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
groups_controller_spec.rb | Loading commit data... | |
labels_controller_spec.rb | Loading commit data... | |
milestones_controller_spec.rb | Loading commit data... | |
todos_controller_spec.rb | Loading commit data... |