Skip to content

Commit

Permalink
Fix #880 Link to Wembedder
Browse files Browse the repository at this point in the history
  • Loading branch information
fnielsen committed Nov 5, 2024
1 parent 0aa106d commit 9d94d82
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scholia/app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,11 @@
$.ajax({
url: wembedderUrl,
success: function (data) {
var html = `<hr><span data-toogle="tooltip" title="Related items from Wembedder knowledge graph embedding.">Related:</span> `;
var html = `<hr>` +
`<span data-toogle="tooltip" ` +
`title="Related items from Wembedder knowledge graph embedding.">` +
`<a alt="Wembedder about page" ` +
`href="https://wembedder.toolforge.org/about">Related</a>:</span> `;
$( '#wembedder' ).append(html);

// Make list with results
Expand Down

0 comments on commit 9d94d82

Please sign in to comment.