MOBILE-3120 forum: Don't display description in single discussion forums
This commit is contained in:
		
							parent
							
								
									62b7780d51
								
							
						
					
					
						commit
						697ef74d46
					
				@ -19,7 +19,7 @@
 | 
				
			|||||||
            <ion-refresher-content pullingText="{{ 'core.pulltorefresh' | translate }}"></ion-refresher-content>
 | 
					            <ion-refresher-content pullingText="{{ 'core.pulltorefresh' | translate }}"></ion-refresher-content>
 | 
				
			||||||
        </ion-refresher>
 | 
					        </ion-refresher>
 | 
				
			||||||
        <core-loading [hideUntil]="loaded" class="core-loading-center">
 | 
					        <core-loading [hideUntil]="loaded" class="core-loading-center">
 | 
				
			||||||
            <core-course-module-description [description]="description" [component]="component" [componentId]="componentId" [note]="descriptionNote"></core-course-module-description>
 | 
					            <core-course-module-description *ngIf="forum && forum.type != 'single'" [description]="description" [component]="component" [componentId]="componentId" [note]="descriptionNote"></core-course-module-description>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <!-- Forum discussions found to be synchronized -->
 | 
					            <!-- Forum discussions found to be synchronized -->
 | 
				
			||||||
            <ion-card class="core-warning-card" icon-start *ngIf="hasOffline || hasOfflineRatings">
 | 
					            <ion-card class="core-warning-card" icon-start *ngIf="hasOffline || hasOfflineRatings">
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user