Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: geonetwork/geonetwork-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6910b5a9e249feba629d9c307555b85ad05eaf5d
Choose a base ref
..
head repository: geonetwork/geonetwork-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 129b94e38ec9a73e5e89752d89d4ba10fc3869f7
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 libs/ui/elements/src/lib/metadata-info/metadata-info.component.html
Original file line number Diff line number Diff line change
@@ -97,7 +97,7 @@ <h5 translate class="font-medium text-black text-sm mb-[2px] mt-[16px]">
<gn-ui-expandable-panel
*ngIf="
metadata.lineage ||
metadata.recordUpdated ||
metadata.resourceUpdated ||
metadata.updateFrequency ||
metadata.status
"
@@ -166,10 +166,10 @@ <h5 translate class="font-medium text-black text-sm mb-[2px] mt-[16px]">
{{ metadata.resourceCreated.toLocaleDateString() }}
</p>
</div>
<div *ngIf="metadata.recordPublished">
<div *ngIf="metadata.resourcePublished">
<p class="text-sm" translate>record.metadata.publication</p>
<p class="text-primary font-medium mt-1">
{{ metadata.recordPublished.toLocaleDateString() }}
{{ metadata.resourcePublished.toLocaleDateString() }}
</p>
</div>
<div *ngIf="updateFrequency">