Maksim Sukharev
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
4 deletions
-
src/components/ConversationSettings/BasicInfo.vue
-
src/components/UIShared/ConversationActionsShortcut.vue
|
|
|
@ -6,7 +6,7 @@ |
|
|
|
<template> |
|
|
|
<Fragment> |
|
|
|
<!-- eslint-disable-next-line vue/no-v-html --> |
|
|
|
<p v-if="isEventConversation" class="app-settings-section__hint" v-html="calendarHint" /> |
|
|
|
<p v-if="canFullModerate && isEventConversation" class="app-settings-section__hint" v-html="calendarHint" /> |
|
|
|
<h4 class="app-settings-section__subtitle"> |
|
|
|
{{ t('spreed', 'Name') }} |
|
|
|
</h4> |
|
|
|
|
|
|
|
@ -109,9 +109,9 @@ async function showConfirmationDialog() { |
|
|
|
<div class="conversation-actions" |
|
|
|
:class="{ 'conversation-actions--highlighted': props.isHighlighted }"> |
|
|
|
<p>{{ descriptionLabel }}</p> |
|
|
|
<div class="conversation-actions__buttons"> |
|
|
|
<NcButton v-if="isModerator" |
|
|
|
type="error" |
|
|
|
<div v-if="isModerator" |
|
|
|
class="conversation-actions__buttons"> |
|
|
|
<NcButton type="error" |
|
|
|
@click="showConfirmationDialog"> |
|
|
|
<template #icon> |
|
|
|
<IconDelete /> |
|
|
|
|