All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 48s
This jumps directly to the knowledge pool and opens the record.
9 lines
329 B
HTML
9 lines
329 B
HTML
{{ if .Params.graphrootnodepid }}
|
|
<div class="text-xs">
|
|
<a class="text-primary-500" target="_blank" href="https://pool.psychoinformatics.de/ui/?sh%3ANodeShape=dlthings%3AThing&pid={{ .Params.graphrootnodepid | urlquery }}&edit=true">
|
|
{{ partial "icon.html" "edit" }}
|
|
Edit this record
|
|
</a>
|
|
in the knowledge pool.
|
|
</div>
|
|
{{ end }}
|