Project

General

Profile

« Previous | Next » 

Revision 58632

[Trunk | Connect]:
1. affiliations.component & curators.component: In affiliations website_url, call method 'StringUtils.urlPrefix()' (add "//" prefix, when url does not start with protocol (http, https, //)).
2. community.component.html: [Bug fix] Add checks (<div *ngIf="communityInfo && community" class="publicationsSearchForm ">).

View differences:

community.component.html
185 185

  
186 186
</ng-template>
187 187

  
188
  <div class="publicationsSearchForm ">
188
  <div *ngIf="communityInfo && community" class="publicationsSearchForm ">
189 189
    <div class="uk-container uk-container-large">
190 190
      <div class="uk-margin-large-top">
191 191
        <div *ngIf="community.title" class="uk-h2 uk-margin-remove">

Also available in: Unified diff