Skip to content

Commit

Permalink
108139 - Fixed style issues for rating below collection-player (#229)
Browse files Browse the repository at this point in the history
* added encoding message to prevent unwanted value in URI

* Slug issue fix for logged in user for openforge id 108313

* Added share to classroom button  in share-link component

* #130363 - Added dynamic link to share to google classroom

* 108313 -Fixed issue for redirecting from diksha portal to tenant specific page when user clicks on about tab after login

* 121987 - Debug commit-Passed email field as empty while updating profile

* 121987 - email field has been removed while updating profile (#178)

* 117104 - Bmc filter - fix for default select BMC and search issue fix (#179)

* Added custom package for chatbot-client (#163)

* create new branch from dev-master and add all my old branch changes from @yashveertrigyn 

---------

Co-authored-by: TejaswiniGiram19 <[email protected]>
Co-authored-by: Samarth Nigam <[email protected]>

* 131030 - Removed soft constraints from NCERT API query for "All" tab

* 117104 - add default board value if request come from explore page

* 108139 - Fixed style issues for rating below collection-player

---------

Co-authored-by: Purushotam <[email protected]>
Co-authored-by: Gopesh-trigyn <[email protected]>
Co-authored-by: yashveertrigyn <[email protected]>
Co-authored-by: Samarth Nigam <[email protected]>
Co-authored-by: yashveertrigyn <[email protected]>
  • Loading branch information
6 people committed Feb 19, 2024
1 parent f038d00 commit 6a5f189
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<span class="px-2">|</span>
</ng-container>
<span *ngIf="contentData?.me_totalRatingsCount"> Rated By </span>
<span *ngIf="contentData?.me_totalRatingsCount">{{roundNumber(contentData?.me_totalRatingsCount) || '0'}}
<span *ngIf="contentData?.me_totalRatingsCount" class="ml-3">{{roundNumber(contentData?.me_totalRatingsCount) || '0'}}
<span class="px-2">|</span> </span>
<span *ngIf="contentData?.me_totalPlaySessionCount"> {{getContentPlaySessionCount(contentData?.me_totalPlaySessionCount)?.sum || '0' }}
<span *ngIf="contentData?.me_totalPlaySessionCount" class="mr-2"> {{getContentPlaySessionCount(contentData?.me_totalPlaySessionCount)?.sum || '0' }}
</span>
<span class="px-2" *ngIf="contentData?.me_totalPlaySessionCount"> Total Views</span>
</div>
Expand Down

0 comments on commit 6a5f189

Please sign in to comment.