Skip to content

Commit 8f666a5

Browse files
committed
Add SkoHub links to spatial and subjects pages (#659)
1 parent e14b864 commit 8f666a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/views/browse_classification.scala.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<span class="glyphicon glyphicon-repeat"></span></a> |
1919
}
2020
<a href="@if(t=="Raumsystematik"){@nwbib.routes.Application.spatial("register")}else{@nwbib.routes.Application.subjects("register")}"><span class="glyphicon glyphicon-sort-by-alphabet"></span> A-Z Register</a> |
21-
<a href="@if(t=="Raumsystematik"){@nwbib.routes.Application.spatialTtl()}else{@nwbib.routes.Application.subjectsTtl()}"><span class="glyphicon glyphicon-download-alt"></span> SKOS-Datei</a>
21+
SKOS-Version: <a href="https://skohub.io/hbz/lobid-vocabs/heads/master/nwbib.de/@if(t=="Raumsystematik"){spatial.html}else{subjects.html}">HTML</a>,
22+
<a href="@if(t=="Raumsystematik"){@nwbib.routes.Application.spatialTtl()}else{@nwbib.routes.Application.subjectsTtl()}"><span class="glyphicon glyphicon-download-alt"></span> Turtle</a>
2223
</p>
2324
}

0 commit comments

Comments
 (0)