Skip to content
Snippets Groups Projects
Unverified Commit 6a6f935d authored by Martin Weise's avatar Martin Weise
Browse files

Fixed #386

parent bc835f2f
No related branches found
No related tags found
3 merge requests!231CI: Remove build for log-service,!228Better error message handling in the frontend,!223Release of version 1.4.0
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
</p> </p>
<ul> <ul>
<li v-for="(item,idx) in ontologies" :key="idx"> <li v-for="(item,idx) in ontologies" :key="idx">
<a :href="item.uri" target="_blank" v-text="item.uri" /> <a :href="item.uri" target="_blank" v-text="item.uri_pattern" />
</li> </li>
</ul> </ul>
</v-alert> </v-alert>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment