playgorund page
This commit is contained in:
@@ -54,14 +54,14 @@
|
||||
<div *ngIf="tabMode == 'collections' " class="lesson">
|
||||
|
||||
<ion-card *ngIf="collectionsListdata[0].item_list.length==0" style="margin: 0px;">
|
||||
<img alt="Silhouette of mountains" src="https://ionicframework.com/docs/img/demos/card-media.png" />
|
||||
<img alt="collections" src="https://www.wrenchboard.com/assets/images/apps/no-collection.jpg" />
|
||||
<ion-card-header>
|
||||
<ion-card-title>Card Title</ion-card-title>
|
||||
<ion-card-subtitle>Card Subtitle</ion-card-subtitle>
|
||||
<ion-card-title>Collections</ion-card-title>
|
||||
<ion-card-subtitle>Your collection is empty</ion-card-subtitle>
|
||||
</ion-card-header>
|
||||
|
||||
<ion-card-content>
|
||||
Here's a small text description for the card content. Nothing more, nothing less.
|
||||
Your collection list will show up here.
|
||||
</ion-card-content>
|
||||
</ion-card>
|
||||
|
||||
@@ -89,16 +89,16 @@
|
||||
|
||||
<div *ngIf="tabMode == 'shared' " class="lesson">
|
||||
|
||||
<ion-card *ngIf="sharedListData[0].item_list.length==0" style="margin: 0px;">
|
||||
<ion-card *ngIf="sharedListData[0].item_list.length==0" style="margin: 0px; border-color: white">
|
||||
|
||||
<img alt="Silhouette of mountains" src="https://ionicframework.com/docs/img/demos/card-media.png" />
|
||||
<img alt="shared" src="https://www.wrenchboard.com/assets/images/apps/no-shared.jpg" />
|
||||
<ion-card-header>
|
||||
<ion-card-title>Card Title</ion-card-title>
|
||||
<ion-card-subtitle>Card Subtitle</ion-card-subtitle>
|
||||
<ion-card-title>Shared</ion-card-title>
|
||||
<ion-card-subtitle>Currently no shared content</ion-card-subtitle>
|
||||
</ion-card-header>
|
||||
|
||||
<ion-card-content>
|
||||
Here's a small text description for the card content. Nothing more, nothing less.
|
||||
Your shared items will appear here for you to review or manage.
|
||||
</ion-card-content>
|
||||
</ion-card>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user