Skip to content

Commit

Permalink
fix: QA Feedback Implementations (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbirali authored Jan 18, 2024
1 parent 4e17475 commit 8252888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<h2><%- gettext('My programs') %></h2>
<div class="js-program-list-alerts program-list-alerts program-subscription-alert-wrapper mr-md-3"></div>
<div class="js-program-list-alerts program-list-alerts program-subscription-alert-wrapper mr-md-3"></div>
4 changes: 2 additions & 2 deletions lms/templates/learner_dashboard/programs_fragment.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

% if mobile_only:
<div class="program-list-wrapper grid-container py-0">
<div class="program-list-container col-12 col-md-9">
<div class="program-list-container">
<div class="program-cards-container col pt-4"></div>
</div>
<div class="sidebar col-12 col-md-3"></div>
</div>
% else:
<div class="program-list-wrapper grid-container">
<div class="program-list-container col-12 col-md-9">
<div class="program-list-container">
<div class="js-program-list-header"></div>
<div class="program-cards-container col"></div>
</div>
Expand Down

0 comments on commit 8252888

Please sign in to comment.