Skip to content

Commit

Permalink
Merge pull request #8012 from jrjohnson/5616-lg-calendar
Browse files Browse the repository at this point in the history
Relocate the Learner Group Calendar
  • Loading branch information
dartajax authored Jul 30, 2024
2 parents 59c835a + 89a639d commit ec5bcc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/frontend/app/components/learner-group/root.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@
/>
</div>
{{else}}
{{#if this.showLearnerGroupCalendar}}
<LearnerGroup::Calendar @learnerGroup={{@learnerGroup}} />
{{/if}}
<div class="learner-group-overview-content">
<LearnerGroup::Members
@learnerGroupId={{this.learnerGroupId}}
Expand All @@ -202,9 +205,6 @@
/>
</div>
{{/if}}
{{#if this.showLearnerGroupCalendar}}
<LearnerGroup::Calendar @learnerGroup={{@learnerGroup}} />
{{/if}}
<section class="subgroups" data-test-subgroups>
<div class="header">
<h3 class="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
border-radius: 5px;
box-sizing: border-box;
clear: both;
margin-bottom: 1rem;
margin: 1rem 0;
min-height: 5rem;
padding: 0.25rem 2rem 0.75rem;
position: relative;
Expand Down

0 comments on commit ec5bcc1

Please sign in to comment.