Skip to content

Commit

Permalink
Issue #SB-0000 merge: Merge pull request #1119 from Ajoymaity/release…
Browse files Browse the repository at this point in the history
…-3.0.1

Issue #SB-0000 fix: Added See more book in library
  • Loading branch information
swayangjit authored Jul 17, 2020
2 parents 83e234d + c4fc5c2 commit bb6ddd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/resources/resources.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,10 @@
<div class="sb-explore-container" *ngIf="storyAndWorksheets && storyAndWorksheets.length !== 0">
<div class="text-center" *ngIf="commonUtilService?.networkInfo?.isNetworkAvailable">
<p class="information">{{'NO_BOOKS_TEXT' | translate:{'%s': appLabel} }}</p>
<ion-button class="explore-more-content" expand="block" fill="outline" (click)="requestMoreContent()">
<ion-button class="explore-more-books" expand="block" (click)="requestMoreContent()">
{{'REQUEST_CONTENT' | translate}} </ion-button>
<ion-button class="explore-more-content" expand="block" fill="outline" (click)="exploreOtherContents()">
{{'SEE_MORE_BOOKS' | translate}} </ion-button>
</div>
</div>
<div *ngIf="!searchApiLoader && storyAndWorksheets && storyAndWorksheets.length === 0">
Expand All @@ -104,6 +106,8 @@
<p class="sub-heading">{{'NO_BOOKS_TEXT' | translate:{'%s': appLabel} }}</p>
<ion-button class="explore-more-books" expand="block" (click)="requestMoreContent()">
{{'REQUEST_CONTENT' | translate}} </ion-button>
<ion-button class="explore-more-content" expand="block" fill="outline" (click)="exploreOtherContents()">
{{'SEE_MORE_BOOKS' | translate}} </ion-button>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/app/resources/resources.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
color: #004D9F;
padding-left: 16px;
padding-right: 16px;
margin-top: 12px;
}
.explore-more-books {
--background: #{$blue};
Expand Down

0 comments on commit bb6ddd7

Please sign in to comment.