Skip to content
Snippets Groups Projects
Verified Commit 31152173 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

change link symbol (ext_cosmetics)

parent 4b5920b4
Branches
Tags
1 merge request!36merge f-boot-tour to dev
Pipeline #8781 passed with warnings
......@@ -36,7 +36,7 @@ var cosmetics = new function () {
$(this).parent().css("overflow", "hidden");
$(this).parent().css("text-overflow", "ellipsis");
$(this).html('<a href="' + uri + '"><i class="bi-window"></i> ' + text + '</a>');
$(this).html(`<a class="caosdb-v-property-href-value" href="${uri}">${text} <i class="bi bi-box-arrow-up-right"></i></a>`);
}
});
}
......@@ -66,4 +66,4 @@ var cosmetics = new function () {
$(document).ready(function () {
caosdb_modules.register(cosmetics);
});
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment