Skip to content

Commit

Permalink
Issue #ED-2418 merge: Merge pull request #3446 from sujithsojan/relea…
Browse files Browse the repository at this point in the history
…se-6.0.0_v13_ED-2418

Issue #ED-2418 fix: Accessability issues on profile page
  • Loading branch information
swayangjit authored Jun 26, 2023
2 parents e6b29dd + f90fd93 commit 5e5d3da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/profile/profile.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
</div>
<div class="bottom-block" *ngIf="mappedTrainingCertificates?.length > 0 || projects?.length > 0 || learnerPassbook?.length > 0 || contentCreatedByMe.length > 0">
<div class="trainings" *ngIf="mappedTrainingCertificates?.length > 0">
<div class="bolder heading f16">
<div class="bolder heading f16" role="heading">
<span>{{'FRMELEMNTS_LBL_MY_LEARNINGS' | translate}} ({{mappedTrainingCertificates?.length}})&lrm;</span>
<span role="button" aria-label="Refresh"><ion-icon role="button" aria-label="Refresh" name="refresh-circle" class="refresh-icon"
(click)="getEnrolledCourses(true, true)"></ion-icon></span>
Expand Down Expand Up @@ -312,7 +312,7 @@
</div>
</div>
<div class="trainings" *ngIf="learnerPassbook?.length > 0">
<div class="bolder heading f16">
<div class="bolder heading f16" role="heading">
<span>{{'FRMELEMNTS_LBL_LEARNER_PASSBOOK' | translate}} ({{learnerPassbookCount}})&lrm;</span>
</div>
<div class="content">
Expand Down Expand Up @@ -352,7 +352,7 @@
</div>
</div>
<div class="contributions" *ngIf="contentCreatedByMe.length > 0">
<div class="bolder f16" style="padding: 15px; background-color: #fff; margin-bottom: 2px;">
<div class="bolder f16" style="padding: 15px; background-color: #fff; margin-bottom: 2px;" role="heading">
{{'CONTRIBUTIONS' | translate}} ({{contentCreatedByMe.length}})&lrm;
</div>
<div class="cards-container" style="padding:0 5px; background-color: #fff; overflow-x: scroll; ">
Expand Down

0 comments on commit 5e5d3da

Please sign in to comment.