Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion utilities/entryscape/blocks/specification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const specificationBlocks = (t: Translate, iconSize: number) => [
'<span class="block mb-md">{{prop "prof:hasRole" class="type" render="label"}}</span>' +
'<div>{{ text content="${skos:definition}" }}</div>' +
'<div class="flex justify-between items-end md:items-center mt-md md:mt-lg gap-lg">' +
'<a href="{{resourceURI}}">' +
'<a href="{{#ifprop "prof:hasArtifact"}}{{prop "prof:hasArtifact"}}{{/ifprop}}{{#ifprop "prof:hasArtifact" invert=true}}{{resourceURI}}{{/ifprop}}">' +
'<span class="button button--primary button--large text-white">' +
t("pages|specification_page$specification_download") +
'<svg xmlns="http://www.w3.org/2000/svg" width="' +
Expand Down
Loading