Skip to content

Commit

Permalink
Updating wording when a space doesn't have a quota
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Jones authored and Vítor Avelino committed Jun 18, 2019
1 parent 5054159 commit cfa4e19
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
</ng-container>
<ng-template #fallBackQuota>
None assigned
<span *ngIf="cfSpaceService.quotaDefinition$ | async as quotaDefinition">(showing
organization's <a target="_blank" [routerLink]="cfSpaceService.quotaLink$ | async">{{ quotaDefinition.name }}</a>)
<span *ngIf="cfSpaceService.quotaDefinition$ | async as quotaDefinition"> -
<a target="_blank" [routerLink]="cfSpaceService.quotaLink$ | async">
view the organization's quota</a>
</span>
</ng-template>
</app-metadata-item>
Expand Down

0 comments on commit cfa4e19

Please sign in to comment.