/image -> /images
This commit is contained in:
		
							parent
							
								
									e5709235f3
								
							
						
					
					
						commit
						15cba58144
					
				@ -193,7 +193,7 @@
 | 
			
		||||
          <ng-container>
 | 
			
		||||
            <ng-template ngFor let-sponsor [ngForOf]="profiles.whales">
 | 
			
		||||
              <a [href]="'https://twitter.com/' + sponsor.username" target="_blank" rel="sponsored" [title]="sponsor.username">
 | 
			
		||||
                <img class="image" [src]="'/api/v1/services/account/image/' + sponsor.username + '?md5=' + sponsor.imageMd5" onError="this.src = '/resources/profile/unknown.svg'; this.className = 'image unknown'"/>
 | 
			
		||||
                <img class="image" [src]="'/api/v1/services/account/images/' + sponsor.username + '?md5=' + sponsor.imageMd5" onError="this.src = '/resources/profile/unknown.svg'; this.className = 'image unknown'"/>
 | 
			
		||||
              </a>
 | 
			
		||||
            </ng-template>
 | 
			
		||||
          </ng-container>
 | 
			
		||||
@ -205,7 +205,7 @@
 | 
			
		||||
        <div class="wrapper">
 | 
			
		||||
          <ng-template ngFor let-sponsor [ngForOf]="profiles.chads">
 | 
			
		||||
            <a [href]="'https://twitter.com/' + sponsor.username" target="_blank" rel="sponsored" [title]="sponsor.username">
 | 
			
		||||
              <img class="image" [src]="'/api/v1/services/account/image/' + sponsor.username + '?md5=' + sponsor.imageMd5" onError="this.src = '/resources/profile/unknown.svg'; this.className = 'image unknown'"/>
 | 
			
		||||
              <img class="image" [src]="'/api/v1/services/account/images/' + sponsor.username + '?md5=' + sponsor.imageMd5" onError="this.src = '/resources/profile/unknown.svg'; this.className = 'image unknown'"/>
 | 
			
		||||
            </a>
 | 
			
		||||
          </ng-template>
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
@ -5,7 +5,7 @@
 | 
			
		||||
  <!-- Hamburger -->
 | 
			
		||||
  <ng-container *ngIf="servicesEnabled">
 | 
			
		||||
    <div *ngIf="user" class="profile_image_container" [class]="{'anon': !user.imageMd5}" (click)="hamburgerClick($event)">
 | 
			
		||||
      <img *ngIf="user.imageMd5" [src]="'/api/v1/services/account/image/' + user.username + '?md5=' + user.imageMd5" class="profile_image">
 | 
			
		||||
      <img *ngIf="user.imageMd5" [src]="'/api/v1/services/account/images/' + user.username + '?md5=' + user.imageMd5" class="profile_image">
 | 
			
		||||
      <app-svg-images style="color: lightgrey; fill: lightgray" *ngIf="!user.imageMd5" name="anon"></app-svg-images>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div *ngIf="false && user === null" class="profile_image_container" (click)="hamburgerClick($event)">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user