www-from-model/layouts/_partials/extend-footer.html
Michael Hanke 2011e5b233
All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 48s
feat: place an edit link on any applicable term page
This jumps directly to the knowledge pool and opens the record.
2026-05-19 10:24:25 +02:00

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 }}