From 311521739f5cb0d4d43b51a686edaaad78094dc3 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 15 Jun 2021 13:21:08 +0200 Subject: [PATCH] change link symbol (ext_cosmetics) --- src/core/js/ext_cosmetics.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/js/ext_cosmetics.js b/src/core/js/ext_cosmetics.js index 7cc6e714..26231e1a 100644 --- a/src/core/js/ext_cosmetics.js +++ b/src/core/js/ext_cosmetics.js @@ -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 -- GitLab