Skip to content
Merged
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
2 changes: 1 addition & 1 deletion www/core/components/course/templates/sections.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ion-refresher on-refresh="doRefresh()" pulling-text="{{ 'mm.core.pulltorefresh' | translate }}" ng-if="sectionsLoaded"></ion-refresher>
<mm-loading hide-until="sectionsLoaded">
<ul class="list">
<li ng-repeat="section in sections">
<li ng-repeat="section in sections" ng-if="section.modules.length > 0 || section.summary != ''">
<a class="item item-text-wrap item-button-right" mm-split-view-link="site.mm_course-section({cid: courseId, sectionid: section.id, mid: moduleId})" title="{{section.name}}">
<mm-format-text watch="true">{{section.name}}</mm-format-text>

Expand Down