Skip to content

Commit

Permalink
Move student_filter_menu back to Stats template dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
somiaj committed Feb 15, 2024
1 parent f2bf400 commit 009ebaa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%
<div class="mb-3">
<%= maketext('Showing statistics for:') =%>
<%= include 'HTML/StudentFilterMenu/menu', filters => $filters, params => {} =%>
<%= include 'ContentGenerator/Instructor/Stats/student_filter_menu', filters => $filters, params => {} =%>
<%= include 'ContentGenerator/Instructor/Stats/problem_menu', problems => $problems =%>
</div>
%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% # Filter and problem selectors.
<div class="d-flex align-items-center mt-1 mb-3">
<%= maketext('Showing statistics for:') =%>
<%= include 'HTML/StudentFilterMenu/menu', filters => $filters, params => {} =%>
<%= include 'ContentGenerator/Instructor/Stats/student_filter_menu', filters => $filters, params => {} =%>
<%= include 'ContentGenerator/Instructor/Stats/problem_menu', problems => $problems =%>
</div>
% # Set information
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
% if (%$filters) {
<div class="d-flex align-items-center mt-1 mb-3">
<%= maketext('Showing progress for:') =%>
<%= include 'HTML/StudentFilterMenu/menu', filters => $filters, params => \%params =%>
<%= include 'ContentGenerator/Instructor/Stats/student_filter_menu',
filters => $filters, params => \%params =%>
</div>
% }
%
Expand Down

0 comments on commit 009ebaa

Please sign in to comment.