Skip to content

Commit 2a8b216

Browse files
Remove now superfluous Add Rotation button from controls
- Remove float for `cog` icon
1 parent 96a1d91 commit 2a8b216

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

application/controllers/ScheduleController.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ public function indexAction(): void
4242
null,
4343
Links::scheduleSettings($id),
4444
'cog'
45-
))->openInModal(),
46-
(new ButtonLink(
47-
$this->translate('Add Rotation'),
48-
Links::rotationAdd($id),
49-
'plus'
5045
))->openInModal()
5146
);
5247

public/css/schedule.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
h2 {
99
display: inline;
1010
}
11-
12-
> a:last-of-type {
13-
float: right;
14-
}
1511
}
1612

1713
.schedule-detail {

0 commit comments

Comments
 (0)