Skip to content

Commit

Permalink
feat: Bookmarks page styles (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbirali authored Jan 10, 2024
1 parent 7174b64 commit 1066897
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lms/templates/learner_dashboard/programs.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
<%include file="_dashboard_navigation_programs.html"/>

<main id="main" aria-label="Content" tabindex="-1">
<h2 class="programs-page-title">${_("Programs")}</h2>
${HTML(programs_fragment.body_html())}
</main>
1 change: 1 addition & 0 deletions lms/templates/learner_dashboard/programs_fragment.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
%>

<div class="program-list-wrapper grid-container">
<h2 class="collection-title">${_("Programs")}</h2>
<div class="program-cards-container col"></div>
<div class="sidebar col col-last"></div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<span class="nav-item">
<a href="/courses/course-v1:test-course/course/">Course</a>
</span>
<span class="icon fa fa-angle-right" aria-hidden="true"></span>
<span class="nav-item divider">/</span>
<span class="nav-item">Bookmarks</span>
</div>
</div>
Expand Down

0 comments on commit 1066897

Please sign in to comment.