mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge branch 'add-referrer-to-pageview-event-7.4' into add-referrer-to-pageview-event-7.6.0-next
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { ReferrerService } from './referrer.service';
|
import { ReferrerService } from './referrer.service';
|
||||||
import { Observable } from 'rxjs';
|
import { Observable } from 'rxjs';
|
||||||
import { map } from 'rxjs/operators';
|
import { map } from 'rxjs/operators';
|
||||||
import { isEmpty, hasNoValue } from '../../shared/empty.util';
|
import { hasNoValue } from '../../shared/empty.util';
|
||||||
import { URLCombiner } from '../url-combiner/url-combiner';
|
import { URLCombiner } from '../url-combiner/url-combiner';
|
||||||
import { Inject, Injectable } from '@angular/core';
|
import { Inject, Injectable } from '@angular/core';
|
||||||
import { DOCUMENT } from '@angular/common';
|
import { DOCUMENT } from '@angular/common';
|
||||||
|
@@ -128,7 +128,7 @@
|
|||||||
<div>
|
<div>
|
||||||
{{ 'submission.sections.ccLicense.link' | translate }}
|
{{ 'submission.sections.ccLicense.link' | translate }}
|
||||||
</div>
|
</div>
|
||||||
<a class="license-link" href="{{ licenseLink }}" target="_blank" rel="noopener">
|
<a class="license-link" href="{{ licenseLink }}" target="_blank" rel="noopener noreferrer">
|
||||||
{{ licenseLink }}
|
{{ licenseLink }}
|
||||||
</a>
|
</a>
|
||||||
<div class="m-2">
|
<div class="m-2">
|
||||||
|
Reference in New Issue
Block a user