File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
www/addons/competency/templates Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 4141 </ span >
4242 < ul ng-if ="coursemodules.length > 0 ">
4343 < li ng-repeat ="activity in coursemodules ">
44- < a mm-link capture-link ="true " class ="item item-text-wrap mm-course-module-handler item-media " href ="{{ activity.url }} " title ="{{ activity.name }} ">
45- < img ng-src ="{{ activity.iconurl }} " mm-external-content alt ="" role ="presentation " ng-if ="activity.iconurl ">
44+ < a mm-link capture-link ="true " class ="item item-text-wrap mm-course-module-handler " href ="{{ activity.url }} " title ="{{ activity.name }} ">
4645 < mm-format-text watch ="true "> {{ activity.name }}</ mm-format-text >
4746 </ a >
4847 </ li >
Original file line number Diff line number Diff line change @@ -66,8 +66,7 @@ <h3>{{ 'mma.competency.competencies' | translate }}</h3>
6666 </ span >
6767 < ul ng-if ="competency.coursemodules.length > 0 ">
6868 < li ng-repeat ="activity in competency.coursemodules ">
69- < a mm-link capture-link ="true " class ="item item-text-wrap mm-course-module-handler item-media " href ="{{ activity.url }} " title ="{{ activity.name }} ">
70- < img ng-src ="{{ activity.iconurl }} " mm-external-content alt ="" role ="presentation " ng-if ="activity.iconurl ">
69+ < a mm-link capture-link ="true " class ="item item-text-wrap mm-course-module-handler " href ="{{ activity.url }} " title ="{{ activity.name }} ">
7170 < mm-format-text watch ="true "> {{ activity.name }}</ mm-format-text >
7271 </ a >
7372 </ li >
You can’t perform that action at this time.
0 commit comments