Skip to content

Commit 1240f2f

Browse files
Remove now superfluous Add Rotation button from controls
- Remove float for `cog` icon
1 parent 7bd4f54 commit 1240f2f

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
@@ -12,10 +12,6 @@
1212
h2 {
1313
display: inline;
1414
}
15-
16-
> a:last-of-type {
17-
float: right;
18-
}
1915
}
2016

2117
.schedule {

0 commit comments

Comments
 (0)