Skip to content

Commit a863722

Browse files
Adjust content third column
1 parent 98ce474 commit a863722

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/client/App.vue

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ const sourceSchemeNotations = (mappings = []) => {
609609
</a>
610610
</th>
611611
<th style="min-width: 50%; white-space: nowrap;">
612-
Mapping Vorschläge
612+
Mapping Vorschlag
613613
<!-- Mapping-type filter -->
614614
<a
615615
href=""
@@ -643,15 +643,9 @@ const sourceSchemeNotations = (mappings = []) => {
643643
(mapping._sourceScheme?.uri &&
644644
state.suggestionSourceSchemes[mapping._sourceScheme.uri] === false),
645645
}">
646-
{{ jskos.notation(mapping._sourceScheme) }}
647-
<b>{{ jskos.notation(mapping._sourceConcept) }}</b>
648-
{{ jskos.prefLabel(mapping._sourceConcept, { fallbackToUri: false }) }}
649-
650-
{{ jskos.notation(jskos.mappingTypeByUri(mapping.type[0])) }}
651-
652646
{{ jskos.notation(mapping._targetScheme) }}
653647
<b>{{ jskos.notation(mapping._targetConcept) }}</b>
654-
{{ jskos.prefLabel(mapping._targetConcept, { fallbackToUri: false }) }}
648+
{{ jskos.prefLabel(target, { fallbackToUri: false }) }}
655649
<a
656650
:href="`https://coli-conc.gbv.de/data/?uri=${mapping.uri}`"
657651
target="_blank">Details</a>

0 commit comments

Comments
 (0)