To be fixed

This commit is contained in:
John Balasis 2022-05-24 12:55:49 +00:00
parent f76d88979e
commit 1c756566b0
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@
Agree to the <a href="https://www.openaire.eu/terms-of-use-for-content-providers#consent" target="_blank">re-use of full texts</a>
</label>
</form-inline>
<div class="uk-margin-top" *ngIf="selectedRepo.registrationDate">Data source registration date: {{selectedRepo.registrationDate | date}}</div>
<!-- FIXME: replace consentTermsOfUseDate with registrationDate -->
<div class="uk-margin-top" *ngIf="selectedRepo.consentTermsOfUseDate">Data source registration date: {{selectedRepo.consentTermsOfUseDate | date}}</div>
<div class="uk-margin-small-top">Last date of acceptance of the Terms of Use: {{selectedRepo.lastConsentTermsOfUseDate ? (selectedRepo.lastConsentTermsOfUseDate | date) : '-'}}</div>
<p class="uk-text-meta">Note: OpenAIRE will not provide the full text files for public distribution, the users will access from the original datasource.</p>
<div *ngIf="showButton" class="form-group">