Project

General

Profile

« Previous | Next » 

Revision 58607

Trunk | Connect: community.component.html: [Bug fix] Show zenodo communities if there exist.

View differences:

modules/uoa-connect-portal/trunk/src/app/community/community.component.html
233 233
                </svg>
234 234
              </span>
235 235
            </div>
236
            <div *ngIf="(zenodoCommunityIdS.length + (masterZenodoCommunity) > 0) && isRouteEnabled(shareInZenodoPage)" class="">
236
            <div *ngIf="(zenodoCommunityIdS.length + ((masterZenodoCommunity) ? 1 : 0) > 0) && isRouteEnabled(shareInZenodoPage)" class="">
237 237
              <span class="lowOpacityColor uk-text-muted">Linked to </span>
238 238
              <a class="portal-link" [queryParams]=params routerLinkActive="router-link-active" [routerLink]="shareInZenodoPage">
239 239
                <span>{{zenodoCommunityIdS.length + ((masterZenodoCommunity) ? 1 : 0)}}</span>

Also available in: Unified diff