{:else if node.nodeName === 'CODE'}
diff --git a/plugins/attachment-resources/src/components/AttachmentPopup.svelte b/plugins/attachment-resources/src/components/AttachmentPopup.svelte
index 6fce7539d7..fb49b1b9ca 100644
--- a/plugins/attachment-resources/src/components/AttachmentPopup.svelte
+++ b/plugins/attachment-resources/src/components/AttachmentPopup.svelte
@@ -14,16 +14,26 @@
// limitations under the License.
-->
+
+
+
+
+
+
+
+
import type { Doc } from '@hcengineering/core'
import { IconAttachment, tooltip } from '@hcengineering/ui'
- import attachment from '../plugin'
+ import { DocNavLink } from '@hcengineering/view-resources'
import AttachmentPopup from './AttachmentPopup.svelte'
export let value: number | undefined
@@ -27,18 +27,18 @@
{#if value && value > 0}
-
+
{/if}
diff --git a/plugins/chunter-resources/src/components/CommentPopup.svelte b/plugins/chunter-resources/src/components/CommentPopup.svelte
index 65e0499123..3a3b03574e 100644
--- a/plugins/chunter-resources/src/components/CommentPopup.svelte
+++ b/plugins/chunter-resources/src/components/CommentPopup.svelte
@@ -14,13 +14,16 @@
// limitations under the License.
-->
-{#each comments as comment}
-
-
+
+
+
-{/each}
+
+
+
+
+
+ {#each comments as comment}
+
+
+
+ {/each}
+
diff --git a/plugins/chunter-resources/src/components/CommentPresenter.svelte b/plugins/chunter-resources/src/components/CommentPresenter.svelte
index a090e46d5a..822afb5a21 100644
--- a/plugins/chunter-resources/src/components/CommentPresenter.svelte
+++ b/plugins/chunter-resources/src/components/CommentPresenter.svelte
@@ -18,10 +18,9 @@
import type { Comment } from '@hcengineering/chunter'
import chunter from '@hcengineering/chunter'
import contact, { Employee, EmployeeAccount, getName } from '@hcengineering/contact'
- import { employeeByIdStore } from '@hcengineering/contact-resources'
+ import { Avatar, employeeByIdStore } from '@hcengineering/contact-resources'
import { Ref } from '@hcengineering/core'
import { getClient, MessageViewer } from '@hcengineering/presentation'
- import { Avatar } from '@hcengineering/contact-resources'
import { Icon, ShowMore, TimeSince } from '@hcengineering/ui'
export let value: Comment
@@ -64,7 +63,7 @@
-
+
diff --git a/plugins/chunter-resources/src/components/CommentsPresenter.svelte b/plugins/chunter-resources/src/components/CommentsPresenter.svelte
index 8ff7d33817..264bf89b1b 100644
--- a/plugins/chunter-resources/src/components/CommentsPresenter.svelte
+++ b/plugins/chunter-resources/src/components/CommentsPresenter.svelte
@@ -14,9 +14,9 @@
// limitations under the License.
-->
+
+
+
+
+
+
+
+
import type { Candidate } from '@hcengineering/recruit'
import { Icon, tooltip } from '@hcengineering/ui'
+ import { DocNavLink } from '@hcengineering/view-resources'
import recruit from '../plugin'
import ApplicationsPopup from './ApplicationsPopup.svelte'
@@ -24,14 +25,15 @@
{#if value && value > 0}
-