...
 
Commits (2)
......@@ -5,40 +5,22 @@
></m-pro--channel--categories>
<h1 class="m-proChannelList__title" [ngSwitch]="type">
<ng-container
*ngSwitchCase="'all'"
i18n
>
<ng-container *ngSwitchCase="'all'" i18n>
All
</ng-container>
<ng-container
*ngSwitchCase="'videos'"
i18n
>
<ng-container *ngSwitchCase="'videos'" i18n>
Videos
</ng-container>
<ng-container
*ngSwitchCase="'images'"
i18n
>
<ng-container *ngSwitchCase="'images'" i18n>
Images
</ng-container>
<ng-container
*ngSwitchCase="'blogs'"
i18n
>
Blogs
<ng-container *ngSwitchCase="'blogs'" i18n>
Articles
</ng-container>
<ng-container
*ngSwitchCase="'groups'"
i18n
>
<ng-container *ngSwitchCase="'groups'" i18n>
Groups
</ng-container>
<ng-container
*ngSwitchCase="'activities'"
i18n
>
<ng-container *ngSwitchCase="'activities'" i18n>
Feed
</ng-container>
</h1>
......
......@@ -20,7 +20,7 @@ export class ProGroupTileComponent {
minds = window.Minds;
getBanner() {
return `/fs/v1/banners/${this.entity.guid}/${this.entity.banner_position}/'${this.entity.banner}`;
return `${this.minds.cdn_url}fs/v1/banners/${this.entity.guid}/${this.entity.banner_position}/'${this.entity.banner}`;
}
getAvatar() {
......