Skip to content

Commit

Permalink
Merge pull request #46 from eurofurence/bugfix/19-shift-legend-placement
Browse files Browse the repository at this point in the history
Fix issue #19
  • Loading branch information
Corborax authored Sep 8, 2024
2 parents 924fd02 + 30bf92f commit 7459b2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/view/ShiftCalendarRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ public function render()
return info(__('No shifts found.'), true);
}

return div('shift-calendar table-responsive', [
return $this->renderLegend() .
div('shift-calendar table-responsive', [
$this->renderTimeLane(),
$this->renderShiftLanes(),
]) . $this->renderLegend();
Expand Down

0 comments on commit 7459b2e

Please sign in to comment.