mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
client: mark the links that should use the new style
This commit is contained in:
@@ -4,7 +4,7 @@ import attributeService from "../services/attributes.js";
|
||||
import { t } from "../services/i18n.js";
|
||||
|
||||
const TPL = `
|
||||
<div class="shared-info-widget alert alert-warning">
|
||||
<div class="shared-info-widget alert alert-warning use-tn-links">
|
||||
<style>
|
||||
.shared-info-widget {
|
||||
margin: 10px;
|
||||
@@ -13,7 +13,7 @@ const TPL = `
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<span class="shared-text"></span> <a class="shared-link external"></a>. ${t("shared_info.help_link")}
|
||||
</div>`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user