Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Bookmarks page styles #488

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading